Html Css Color HEX #AC5019 Rich Gold

📋 copy color: '#AC5019'

red 172 ◦ green 80 ◦ blue 25

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

Shades of Rich Gold #AC5019

Tints of Rich Gold #AC5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 62.09%
G = 28.88%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC5019 (or 0xAC5019) is known color: Rich Gold. HEX triplet: AC, 50 and 19. RGB value is (172,80,25). Sum of RGB (Red+Green+Blue) = 172+80+25=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5019 is #53AFE6. Grayscale: #656565. Windows color (decimal): -5484519 or 1659052. OLE color: 1659052.

HSL color Cylindrical-coordinate representation of color #AC5019: hue angle of 22.45º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC5019 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 80 25 -
CMYK 0 0.53 0.85 0.33
HSL 22.45º 0.75% 0.39% -
HSV(B) 22.45º 0.85% 0.67% -
XYZ 20.06 14.58 2.68 -
YUV 101.24 84.98 178.47 -
System Red Green Blue C M Y K H S L
Decimal 172 80 25 0 0.53 0.85 0.33 22.45 0.75 0.39
Hex AC 50 19 0 35 55 21 16 4B 27
Octal 254 120 31 0 65 125 41 26 113 47
Binary 10101100 1010000 11001 0 110101 1010101 100001 10110 1001011 100111

Color Harmonies of #AC5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5019

Black with #AC5019

Text Example


Text Example

White with #AC5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5019; }

 p { color: rgb(172,80,25); }

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

background-color css

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

 a { background-color: rgb(172,80,25); }

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

border-color css

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

 span { border-color: rgb(172,80,25); }

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