Html Css Color HEX #AC5919 Rich Gold

📋 copy color: '#AC5919'

red 172 ◦ green 89 ◦ blue 25

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

Shades of Rich Gold #AC5919

Tints of Rich Gold #AC5919

RGB

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

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

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

R = 60.14%
G = 31.12%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC5919 (or 0xAC5919) is known color: Rich Gold. HEX triplet: AC, 59 and 19. RGB value is (172,89,25). Sum of RGB (Red+Green+Blue) = 172+89+25=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5919 is #53A6E6. Grayscale: #6A6A6A. Windows color (decimal): -5482215 or 1661356. OLE color: 1661356.

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

Color convert

RGB 172 89 25 -
CMYK 0 0.48 0.85 0.33
HSL 26.12º 0.75% 0.39% -
HSV(B) 26.12º 0.85% 0.67% -
XYZ 20.76 15.99 2.91 -
YUV 106.52 82 174.7 -
System Red Green Blue C M Y K H S L
Decimal 172 89 25 0 0.48 0.85 0.33 26.12 0.75 0.39
Hex AC 59 19 0 30 55 21 1A 4B 27
Octal 254 131 31 0 60 125 41 32 113 47
Binary 10101100 1011001 11001 0 110000 1010101 100001 11010 1001011 100111

Color Harmonies of #AC5919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5919

Black with #AC5919

Text Example


Text Example

White with #AC5919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5919; }

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

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

background-color css

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

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

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

border-color css

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

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

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