Html Css Color HEX #AC8719 Hacienda

📋 copy color: '#AC8719'

red 172 ◦ green 135 ◦ blue 25

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

Shades of Hacienda #AC8719

Tints of Hacienda #AC8719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

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

R = 51.81%
G = 40.66%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC8719 (or 0xAC8719) is known color: Hacienda. HEX triplet: AC, 87 and 19. RGB value is (172,135,25). Sum of RGB (Red+Green+Blue) = 172+135+25=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8719 is #5378E6. Grayscale: #868686. Windows color (decimal): -5470439 or 1673132. OLE color: 1673132.

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

Color convert

RGB 172 135 25 -
CMYK 0 0.22 0.85 0.33
HSL 44.9º 0.75% 0.39% -
HSV(B) 44.9º 0.85% 0.67% -
XYZ 25.85 26.17 4.61 -
YUV 133.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 172 135 25 0 0.22 0.85 0.33 44.9 0.75 0.39
Hex AC 87 19 0 16 55 21 2D 4B 27
Octal 254 207 31 0 26 125 41 55 113 47
Binary 10101100 10000111 11001 0 10110 1010101 100001 101101 1001011 100111

Color Harmonies of #AC8719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8719

Black with #AC8719

Text Example


Text Example

White with #AC8719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8719; }

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

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

background-color css

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

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

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

border-color css

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

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

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