Html Css Color HEX #AC5520 Rich Gold

📋 copy color: '#AC5520'

red 172 ◦ green 85 ◦ blue 32

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

Shades of Rich Gold #AC5520

Tints of Rich Gold #AC5520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 59.52%
G = 29.41%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC5520 (or 0xAC5520) is known color: Rich Gold. HEX triplet: AC, 55 and 20. RGB value is (172,85,32). Sum of RGB (Red+Green+Blue) = 172+85+32=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5520 is #53AADF. Grayscale: #696969. Windows color (decimal): -5483232 or 2119084. OLE color: 2119084.

HSL color Cylindrical-coordinate representation of color #AC5520: hue angle of 22.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC5520 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 32 -
CMYK 0 0.51 0.81 0.33
HSL 22.71º 0.69% 0.4% -
HSV(B) 22.71º 0.81% 0.67% -
XYZ 20.52 15.37 3.25 -
YUV 104.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 172 85 32 0 0.51 0.81 0.33 22.71 0.69 0.4
Hex AC 55 20 0 33 51 21 17 45 28
Octal 254 125 40 0 63 121 41 27 105 50
Binary 10101100 1010101 100000 0 110011 1010001 100001 10111 1000101 101000

Color Harmonies of #AC5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5520

Black with #AC5520

Text Example


Text Example

White with #AC5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5520; }

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

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

background-color css

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

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

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

border-color css

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

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

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