Html Css Color HEX #AC5B21 Rich Gold

📋 copy color: '#AC5B21'

red 172 ◦ green 91 ◦ blue 33

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

Shades of Rich Gold #AC5B21

Tints of Rich Gold #AC5B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 58.11%
G = 30.74%
B = 11.15%

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

#AC5B21 (or 0xAC5B21) is known color: Rich Gold. HEX triplet: AC, 5B and 21. RGB value is (172,91,33). Sum of RGB (Red+Green+Blue) = 172+91+33=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B21 is #53A4DE. Grayscale: #6C6C6C. Windows color (decimal): -5481695 or 2186156. OLE color: 2186156.

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

Color convert

RGB 172 91 33 -
CMYK 0 0.47 0.81 0.33
HSL 25.04º 0.68% 0.4% -
HSV(B) 25.04º 0.81% 0.67% -
XYZ 21.03 16.36 3.49 -
YUV 108.61 85.34 173.22 -
System Red Green Blue C M Y K H S L
Decimal 172 91 33 0 0.47 0.81 0.33 25.04 0.68 0.4
Hex AC 5B 21 0 2F 51 21 19 44 28
Octal 254 133 41 0 57 121 41 31 104 50
Binary 10101100 1011011 100001 0 101111 1010001 100001 11001 1000100 101000

Color Harmonies of #AC5B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B21

Black with #AC5B21

Text Example


Text Example

White with #AC5B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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