#AC5B15

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

Shades of Rich Gold #AC5B15

Tints of Rich Gold #AC5B15

Color information

#AC5B15 (or 0xAC5B15) is unknown color: approx Rich Gold. HEX triplet: AC, 5B and 15. RGB value is (172,91,21). Sum of RGB (Red+Green+Blue) = 172+91+21=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5B15 is #53A4EA. Grayscale: #6B6B6B. Windows color (decimal): -5481707 or 1399724. OLE color: 1399724.

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

Color convert

RGB1729121-
CMYK00.470.880.33
HSL27.81º78.24%37.84%-
HSV(B)27.81º87.79%67.45%-
XYZ20.8916.312.76-
YUV107.2479.34174.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.56%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 21 (8.59% from 255) = 7.39%
R=60.56%
G=32.04%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172912100.470.880.3327.8178.2437.84
HexAC5B1502F58211c4e26
Octal25413325057130413411646
Binary1010110010110111010101011111011000100001111001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B15; }

 p { color: rgb(172,91,21); }

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

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

 a { background-color: rgb(172,91,21); }

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

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

 span { border-color: rgb(172,91,21); }

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