Html Css Color HEX #AC8024 Hacienda

📋 copy color: '#AC8024'

red 172 ◦ green 128 ◦ blue 36

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

Shades of Hacienda #AC8024

Tints of Hacienda #AC8024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

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

R = 51.19%
G = 38.1%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC8024 (or 0xAC8024) is known color: Hacienda. HEX triplet: AC, 80 and 24. RGB value is (172,128,36). Sum of RGB (Red+Green+Blue) = 172+128+36=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8024 is #537FDB. Grayscale: #838383. Windows color (decimal): -5472220 or 2392236. OLE color: 2392236.

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

Color convert

RGB 172 128 36 -
CMYK 0 0.26 0.79 0.33
HSL 40.59º 0.65% 0.41% -
HSV(B) 40.59º 0.79% 0.67% -
XYZ 25.05 24.34 5.05 -
YUV 130.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 172 128 36 0 0.26 0.79 0.33 40.59 0.65 0.41
Hex AC 80 24 0 1A 4F 21 29 41 29
Octal 254 200 44 0 32 117 41 51 101 51
Binary 10101100 10000000 100100 0 11010 1001111 100001 101001 1000001 101001

Color Harmonies of #AC8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8024

Black with #AC8024

Text Example


Text Example

White with #AC8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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