#AC5423

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

Shades of Rich Gold #AC5423

Tints of Rich Gold #AC5423

Color information

#AC5423 (or 0xAC5423) is unknown color: approx Rich Gold. HEX triplet: AC, 54 and 23. RGB value is (172,84,35). Sum of RGB (Red+Green+Blue) = 172+84+35=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5423 is #53ABDC. Grayscale: #696969. Windows color (decimal): -5483485 or 2315436. OLE color: 2315436.

HSL color Cylindrical-coordinate representation of color #AC5423: hue angle of 21.46º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC5423 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB1728435-
CMYK00.510.800.33
HSL21.46º66.18%40.59%-
HSV(B)21.46º79.65%67.45%-
XYZ20.4915.233.45-
YUV104.7388.65175.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.11%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 35 (14.06% from 255) = 12.03%
R=59.11%
G=28.87%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172843500.510.800.3321.4666.1840.59
HexAC54230335021154229
Octal25412443063120412510251
Binary10101100101010010001101100111010000100001101011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5423; }

 p { color: rgb(172,84,35); }

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

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

 a { background-color: rgb(172,84,35); }

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

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

 span { border-color: rgb(172,84,35); }

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