#A4571B

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

Shades of Rich Gold #A4571B

Tints of Rich Gold #A4571B

Color information

#A4571B (or 0xA4571B) is unknown color: approx Rich Gold. HEX triplet: A4, 57 and 1B. RGB value is (164,87,27). Sum of RGB (Red+Green+Blue) = 164+87+27=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4571B is #5BA8E4. Grayscale: #676767. Windows color (decimal): -6007013 or 1791908. OLE color: 1791908.

HSL color Cylindrical-coordinate representation of color #A4571B: hue angle of 26.28º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4571B is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1648727-
CMYK00.470.840.36
HSL26.28º71.73%37.45%-
HSV(B)26.28º83.54%64.31%-
XYZ18.9214.792.89-
YUV103.1885.01171.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 27 (10.94% from 255) = 9.71%
R=58.99%
G=31.29%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164872700.470.840.3626.2871.7337.45
HexA4571B02F54241a4825
Octal24412733057124443211045
Binary1010010010101111101101011111010100100100110101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4571B; }

 p { color: rgb(164,87,27); }

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

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

 a { background-color: rgb(164,87,27); }

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

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

 span { border-color: rgb(164,87,27); }

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