Html Css Color HEX #AC5719 Rich Gold

📋 copy color: '#AC5719'

red 172 ◦ green 87 ◦ blue 25

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

Shades of Rich Gold #AC5719

Tints of Rich Gold #AC5719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

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

R = 60.56%
G = 30.63%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC5719 (or 0xAC5719) is known color: Rich Gold. HEX triplet: AC, 57 and 19. RGB value is (172,87,25). Sum of RGB (Red+Green+Blue) = 172+87+25=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5719 is #53A8E6. Grayscale: #696969. Windows color (decimal): -5482727 or 1660844. OLE color: 1660844.

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

Color convert

RGB 172 87 25 -
CMYK 0 0.49 0.85 0.33
HSL 25.31º 0.75% 0.39% -
HSV(B) 25.31º 0.85% 0.67% -
XYZ 20.6 15.66 2.86 -
YUV 105.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 172 87 25 0 0.49 0.85 0.33 25.31 0.75 0.39
Hex AC 57 19 0 31 55 21 19 4B 27
Octal 254 127 31 0 61 125 41 31 113 47
Binary 10101100 1010111 11001 0 110001 1010101 100001 11001 1001011 100111

Color Harmonies of #AC5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5719

Black with #AC5719

Text Example


Text Example

White with #AC5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5719; }

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

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

background-color css

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

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

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

border-color css

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

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

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