#AC571E

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

Shades of Rich Gold #AC571E

Tints of Rich Gold #AC571E

Color information

#AC571E (or 0xAC571E) is unknown color: approx Rich Gold. HEX triplet: AC, 57 and 1E. RGB value is (172,87,30). Sum of RGB (Red+Green+Blue) = 172+87+30=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC571E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC571E is #53A8E1. Grayscale: #6A6A6A. Windows color (decimal): -5482722 or 1988524. OLE color: 1988524.

HSL color Cylindrical-coordinate representation of color #AC571E: hue angle of 24.08º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC571E is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB1728730-
CMYK00.490.830.33
HSL24.08º70.3%39.61%-
HSV(B)24.08º82.56%67.45%-
XYZ20.6615.683.17-
YUV105.9285.16175.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.52%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=59.52%
G=30.10%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172873000.490.830.3324.0870.339.61
HexAC571E0315321184628
Octal25412736061123413010650
Binary1010110010101111111001100011010011100001110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC571E; }

 p { color: rgb(172,87,30); }

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

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

 a { background-color: rgb(172,87,30); }

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

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

 span { border-color: rgb(172,87,30); }

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