Html Css Color HEX #AC8919 Hacienda

📋 copy color: '#AC8919'

red 172 ◦ green 137 ◦ blue 25

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

Shades of Hacienda #AC8919

Tints of Hacienda #AC8919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 51.5%
G = 41.02%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC8919 (or 0xAC8919) is known color: Hacienda. HEX triplet: AC, 89 and 19. RGB value is (172,137,25). Sum of RGB (Red+Green+Blue) = 172+137+25=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8919 is #5376E6. Grayscale: #878787. Windows color (decimal): -5469927 or 1673644. OLE color: 1673644.

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

Color convert

RGB 172 137 25 -
CMYK 0 0.20 0.85 0.33
HSL 45.71º 0.75% 0.39% -
HSV(B) 45.71º 0.85% 0.67% -
XYZ 26.13 26.73 4.7 -
YUV 134.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 172 137 25 0 0.20 0.85 0.33 45.71 0.75 0.39
Hex AC 89 19 0 14 55 21 2E 4B 27
Octal 254 211 31 0 24 125 41 56 113 47
Binary 10101100 10001001 11001 0 10100 1010101 100001 101110 1001011 100111

Color Harmonies of #AC8919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8919

Black with #AC8919

Text Example


Text Example

White with #AC8919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8919; }

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

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

background-color css

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

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

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

border-color css

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

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

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