Html Css Color HEX #AC8924 Hacienda

📋 copy color: '#AC8924'

red 172 ◦ green 137 ◦ blue 36

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

Shades of Hacienda #AC8924

Tints of Hacienda #AC8924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 49.86%
G = 39.71%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC8924 (or 0xAC8924) is known color: Hacienda. HEX triplet: AC, 89 and 24. RGB value is (172,137,36). Sum of RGB (Red+Green+Blue) = 172+137+36=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8924 is #5376DB. Grayscale: #888888. Windows color (decimal): -5469916 or 2394540. OLE color: 2394540.

HSL color Cylindrical-coordinate representation of color #AC8924: hue angle of 44.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC8924 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 137 36 -
CMYK 0 0.20 0.79 0.33
HSL 44.56º 0.65% 0.41% -
HSV(B) 44.56º 0.79% 0.67% -
XYZ 26.28 26.79 5.45 -
YUV 135.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 172 137 36 0 0.20 0.79 0.33 44.56 0.65 0.41
Hex AC 89 24 0 14 4F 21 2D 41 29
Octal 254 211 44 0 24 117 41 55 101 51
Binary 10101100 10001001 100100 0 10100 1001111 100001 101101 1000001 101001

Color Harmonies of #AC8924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8924

Black with #AC8924

Text Example


Text Example

White with #AC8924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8924; }

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

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

background-color css

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

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

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

border-color css

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

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

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