Html Css Color HEX #AC5523 Rich Gold

📋 copy color: '#AC5523'

red 172 ◦ green 85 ◦ blue 35

#AC5523
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #AC5523

Tints of Rich Gold #AC5523

RGB

 RED value IS 172 (67.58% from 255) = 58.9%

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 58.9%
G = 29.11%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC5523 (or 0xAC5523) is known color: Rich Gold. HEX triplet: AC, 55 and 23. RGB value is (172,85,35). Sum of RGB (Red+Green+Blue) = 172+85+35=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5523 is #53AADC. Grayscale: #696969. Windows color (decimal): -5483229 or 2315692. OLE color: 2315692.

HSL color Cylindrical-coordinate representation of color #AC5523: hue angle of 21.9º 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 #AC5523 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 35 -
CMYK 0 0.51 0.80 0.33
HSL 21.9º 0.66% 0.41% -
HSV(B) 21.9º 0.8% 0.67% -
XYZ 20.57 15.39 3.48 -
YUV 105.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 172 85 35 0 0.51 0.80 0.33 21.9 0.66 0.41
Hex AC 55 23 0 33 50 21 16 42 29
Octal 254 125 43 0 63 120 41 26 102 51
Binary 10101100 1010101 100011 0 110011 1010000 100001 10110 1000010 101001

Color Harmonies of #AC5523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5523

Black with #AC5523

Text Example


Text Example

White with #AC5523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5523; }

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

 H1.HeaderClassName
 {
   color: #AC5523;
 }
 .AnyTagClassName
 {
   color: #AC5523;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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