Html Css Color HEX #AC5E19 Rich Gold

📋 copy color: '#AC5E19'

red 172 ◦ green 94 ◦ blue 25

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

Shades of Rich Gold #AC5E19

Tints of Rich Gold #AC5E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

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

R = 59.11%
G = 32.3%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC5E19 (or 0xAC5E19) is known color: Rich Gold. HEX triplet: AC, 5E and 19. RGB value is (172,94,25). Sum of RGB (Red+Green+Blue) = 172+94+25=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E19 is #53A1E6. Grayscale: #6D6D6D. Windows color (decimal): -5480935 or 1662636. OLE color: 1662636.

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

Color convert

RGB 172 94 25 -
CMYK 0 0.45 0.85 0.33
HSL 28.16º 0.75% 0.39% -
HSV(B) 28.16º 0.85% 0.67% -
XYZ 21.19 16.85 3.05 -
YUV 109.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 172 94 25 0 0.45 0.85 0.33 28.16 0.75 0.39
Hex AC 5E 19 0 2D 55 21 1C 4B 27
Octal 254 136 31 0 55 125 41 34 113 47
Binary 10101100 1011110 11001 0 101101 1010101 100001 11100 1001011 100111

Color Harmonies of #AC5E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E19

Black with #AC5E19

Text Example


Text Example

White with #AC5E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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