#AC571F

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

Shades of Rich Gold #AC571F

Tints of Rich Gold #AC571F

Color information

#AC571F (or 0xAC571F) is unknown color: approx Rich Gold. HEX triplet: AC, 57 and 1F. RGB value is (172,87,31). Sum of RGB (Red+Green+Blue) = 172+87+31=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC571F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC571F is #53A8E0. Grayscale: #6A6A6A. Windows color (decimal): -5482721 or 2054060. OLE color: 2054060.

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

Color convert

RGB1728731-
CMYK00.490.820.33
HSL23.83º69.46%39.8%-
HSV(B)23.83º81.98%67.45%-
XYZ20.6715.693.23-
YUV106.0385.66175.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.31%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=59.31%
G=30%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172873100.490.820.3323.8369.4639.8
HexAC571F0315221184528
Octal25412737061122413010550
Binary1010110010101111111101100011010010100001110001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC571F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC571F; }

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

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

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

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

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

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

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

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