#A4451F

Color #A4451F Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A4451F

Tints of Rich Gold #A4451F

Color information

#A4451F (or 0xA4451F) is unknown color: approx Rich Gold. HEX triplet: A4, 45 and 1F. RGB value is (164,69,31). Sum of RGB (Red+Green+Blue) = 164+69+31=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A4451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4451F is #5BBAE0. Grayscale: #5D5D5D. Windows color (decimal): -6011617 or 2049444. OLE color: 2049444.

HSL color Cylindrical-coordinate representation of color #A4451F: hue angle of 17.14º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4451F is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1646931-
CMYK00.580.810.36
HSL17.14º68.21%38.24%-
HSV(B)17.14º81.1%64.31%-
XYZ17.6912.252.73-
YUV93.0792.97178.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 62.12%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=62.12%
G=26.14%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164693100.580.810.3617.1468.2138.24
HexA4451F03A5124114426
Octal24410537072121442110446
Binary1010010010001011111101110101010001100100100011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4451F; }

 p { color: rgb(164,69,31); }

 H1.HeaderClassName
 {
   color: #A4451F;
 }
 .AnyTagClassName
 {
   color: #A4451F;
 }
</style>
background-color css

<style>
 a { background-color: #A4451F; }

 a { background-color: rgb(164,69,31); }

 div.DivClassName
 {
   background-color: #A4451F;
 }
 .BgClassName
 {
   background-color: #A4451F;
 }
</style>
border-color css

<style>
 span { border-color: #A4451F; }

 span { border-color: rgb(164,69,31); }

 td.TdClassName
 {
   border-color: #A4451F;
 }
 .TagClassName
 {
   border-color: #A4451F;
 }
</style>