Html Css Color HEX #AC5619 Rich Gold

📋 copy color: '#AC5619'

red 172 ◦ green 86 ◦ blue 25

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

Shades of Rich Gold #AC5619

Tints of Rich Gold #AC5619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.39%

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

R = 60.78%
G = 30.39%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC5619 (or 0xAC5619) is known color: Rich Gold. HEX triplet: AC, 56 and 19. RGB value is (172,86,25). Sum of RGB (Red+Green+Blue) = 172+86+25=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5619 is #53A9E6. Grayscale: #696969. Windows color (decimal): -5482983 or 1660588. OLE color: 1660588.

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

Color convert

RGB 172 86 25 -
CMYK 0 0.5 0.85 0.33
HSL 24.9º 0.75% 0.39% -
HSV(B) 24.9º 0.85% 0.67% -
XYZ 20.52 15.5 2.83 -
YUV 104.76 82.99 175.96 -
System Red Green Blue C M Y K H S L
Decimal 172 86 25 0 0.5 0.85 0.33 24.9 0.75 0.39
Hex AC 56 19 0 32 55 21 19 4B 27
Octal 254 126 31 0 62 125 41 31 113 47
Binary 10101100 1010110 11001 0 110010 1010101 100001 11001 1001011 100111

Color Harmonies of #AC5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5619

Black with #AC5619

Text Example


Text Example

White with #AC5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5619; }

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

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

background-color css

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

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

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

border-color css

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

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

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