Html Css Color HEX #AC5B20 Rich Gold

📋 copy color: '#AC5B20'

red 172 ◦ green 91 ◦ blue 32

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

Shades of Rich Gold #AC5B20

Tints of Rich Gold #AC5B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 58.31%
G = 30.85%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC5B20 (or 0xAC5B20) is known color: Rich Gold. HEX triplet: AC, 5B and 20. RGB value is (172,91,32). Sum of RGB (Red+Green+Blue) = 172+91+32=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B20 is #53A4DF. Grayscale: #6C6C6C. Windows color (decimal): -5481696 or 2120620. OLE color: 2120620.

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

Color convert

RGB 172 91 32 -
CMYK 0 0.47 0.81 0.33
HSL 25.29º 0.69% 0.4% -
HSV(B) 25.29º 0.81% 0.67% -
XYZ 21.02 16.36 3.42 -
YUV 108.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 172 91 32 0 0.47 0.81 0.33 25.29 0.69 0.4
Hex AC 5B 20 0 2F 51 21 19 45 28
Octal 254 133 40 0 57 121 41 31 105 50
Binary 10101100 1011011 100000 0 101111 1010001 100001 11001 1000101 101000

Color Harmonies of #AC5B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B20

Black with #AC5B20

Text Example


Text Example

White with #AC5B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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