Html Css Color HEX #AC5914 Rich Gold

📋 copy color: '#AC5914'

red 172 ◦ green 89 ◦ blue 20

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

Shades of Rich Gold #AC5914

Tints of Rich Gold #AC5914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 61.21%
G = 31.67%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC5914 (or 0xAC5914) is known color: Rich Gold. HEX triplet: AC, 59 and 14. RGB value is (172,89,20). Sum of RGB (Red+Green+Blue) = 172+89+20=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5914 is #53A6EB. Grayscale: #6A6A6A. Windows color (decimal): -5482220 or 1333676. OLE color: 1333676.

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

Color convert

RGB 172 89 20 -
CMYK 0 0.48 0.88 0.33
HSL 27.24º 0.79% 0.38% -
HSV(B) 27.24º 0.88% 0.67% -
XYZ 20.71 15.97 2.65 -
YUV 105.95 79.5 175.11 -
System Red Green Blue C M Y K H S L
Decimal 172 89 20 0 0.48 0.88 0.33 27.24 0.79 0.38
Hex AC 59 14 0 30 58 21 1B 4F 26
Octal 254 131 24 0 60 130 41 33 117 46
Binary 10101100 1011001 10100 0 110000 1011000 100001 11011 1001111 100110

Color Harmonies of #AC5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5914

Black with #AC5914

Text Example


Text Example

White with #AC5914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5914; }

 p { color: rgb(172,89,20); }

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

background-color css

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

 a { background-color: rgb(172,89,20); }

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

border-color css

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

 span { border-color: rgb(172,89,20); }

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