#A4451D

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

Shades of Rich Gold #A4451D

Tints of Rich Gold #A4451D

Color information

#A4451D (or 0xA4451D) is unknown color: approx Rich Gold. HEX triplet: A4, 45 and 1D. RGB value is (164,69,29). Sum of RGB (Red+Green+Blue) = 164+69+29=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4451D is #5BBAE2. Grayscale: #5D5D5D. Windows color (decimal): -6011619 or 1918372. OLE color: 1918372.

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

Color convert

RGB1646929-
CMYK00.580.820.36
HSL17.78º69.95%37.84%-
HSV(B)17.78º82.32%64.31%-
XYZ17.6612.242.59-
YUV92.8491.97178.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.60%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 29 (11.72% from 255) = 11.07%
R=62.60%
G=26.34%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164692900.580.820.3617.7869.9537.84
HexA4451D03A5224124626
Octal24410535072122442210646
Binary1010010010001011110101110101010010100100100101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4451D; }

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

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

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

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

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

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

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

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