#AC5C1B

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

Shades of Rich Gold #AC5C1B

Tints of Rich Gold #AC5C1B

Color information

#AC5C1B (or 0xAC5C1B) is unknown color: approx Rich Gold. HEX triplet: AC, 5C and 1B. RGB value is (172,92,27). Sum of RGB (Red+Green+Blue) = 172+92+27=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C1B is #53A3E4. Grayscale: #6C6C6C. Windows color (decimal): -5481445 or 1793196. OLE color: 1793196.

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

Color convert

RGB1729227-
CMYK00.470.840.33
HSL26.9º72.86%39.02%-
HSV(B)26.9º84.3%67.45%-
XYZ21.0416.53.11-
YUV108.5182173.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.11%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 27 (10.94% from 255) = 9.28%
R=59.11%
G=31.62%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172922700.470.840.3326.972.8639.02
HexAC5C1B02F54211b4927
Octal25413433057124413311147
Binary1010110010111001101101011111010100100001110111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C1B; }

 p { color: rgb(172,92,27); }

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

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

 a { background-color: rgb(172,92,27); }

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

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

 span { border-color: rgb(172,92,27); }

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