#AC571A

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

Shades of Rich Gold #AC571A

Tints of Rich Gold #AC571A

Color information

#AC571A (or 0xAC571A) is unknown color: approx Rich Gold. HEX triplet: AC, 57 and 1A. RGB value is (172,87,26). Sum of RGB (Red+Green+Blue) = 172+87+26=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC571A is #53A8E5. Grayscale: #696969. Windows color (decimal): -5482726 or 1726380. OLE color: 1726380.

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

Color convert

RGB1728726-
CMYK00.490.850.33
HSL25.07º73.74%38.82%-
HSV(B)25.07º84.88%67.45%-
XYZ20.6115.662.91-
YUV105.4683.16175.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=60.35%
G=30.53%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172872600.490.850.3325.0773.7438.82
HexAC571A0315521194a27
Octal25412732061125413111247
Binary1010110010101111101001100011010101100001110011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC571A; }

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

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

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

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

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

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

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

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