Html Css Color HEX #AC5A16 Rich Gold

📋 copy color: '#AC5A16'

red 172 ◦ green 90 ◦ blue 22

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

Shades of Rich Gold #AC5A16

Tints of Rich Gold #AC5A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 60.56%
G = 31.69%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC5A16 (or 0xAC5A16) is known color: Rich Gold. HEX triplet: AC, 5A and 16. RGB value is (172,90,22). Sum of RGB (Red+Green+Blue) = 172+90+22=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A16 is #53A5E9. Grayscale: #6B6B6B. Windows color (decimal): -5481962 or 1465004. OLE color: 1465004.

HSL color Cylindrical-coordinate representation of color #AC5A16: hue angle of 27.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC5A16 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 22 -
CMYK 0 0.48 0.87 0.33
HSL 27.2º 0.77% 0.38% -
HSV(B) 27.2º 0.87% 0.67% -
XYZ 20.81 16.14 2.78 -
YUV 106.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 172 90 22 0 0.48 0.87 0.33 27.2 0.77 0.38
Hex AC 5A 16 0 30 57 21 1B 4D 26
Octal 254 132 26 0 60 127 41 33 115 46
Binary 10101100 1011010 10110 0 110000 1010111 100001 11011 1001101 100110

Color Harmonies of #AC5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A16

Black with #AC5A16

Text Example


Text Example

White with #AC5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A16; }

 p { color: rgb(172,90,22); }

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

background-color css

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

 a { background-color: rgb(172,90,22); }

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

border-color css

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

 span { border-color: rgb(172,90,22); }

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