Html Css Color HEX #AC8119 Hacienda

📋 copy color: '#AC8119'

red 172 ◦ green 129 ◦ blue 25

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

Shades of Hacienda #AC8119

Tints of Hacienda #AC8119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

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

R = 52.76%
G = 39.57%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC8119 (or 0xAC8119) is known color: Hacienda. HEX triplet: AC, 81 and 19. RGB value is (172,129,25). Sum of RGB (Red+Green+Blue) = 172+129+25=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8119 is #537EE6. Grayscale: #828282. Windows color (decimal): -5471975 or 1671596. OLE color: 1671596.

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

Color convert

RGB 172 129 25 -
CMYK 0 0.25 0.85 0.33
HSL 42.45º 0.75% 0.39% -
HSV(B) 42.45º 0.85% 0.67% -
XYZ 25.04 24.54 4.34 -
YUV 130 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 172 129 25 0 0.25 0.85 0.33 42.45 0.75 0.39
Hex AC 81 19 0 19 55 21 2A 4B 27
Octal 254 201 31 0 31 125 41 52 113 47
Binary 10101100 10000001 11001 0 11001 1010101 100001 101010 1001011 100111

Color Harmonies of #AC8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8119

Black with #AC8119

Text Example


Text Example

White with #AC8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8119; }

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

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

background-color css

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

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

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

border-color css

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

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

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