Html Css Color HEX #AC8120 Hacienda

📋 copy color: '#AC8120'

red 172 ◦ green 129 ◦ blue 32

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

Shades of Hacienda #AC8120

Tints of Hacienda #AC8120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 51.65%
G = 38.74%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC8120 (or 0xAC8120) is known color: Hacienda. HEX triplet: AC, 81 and 20. RGB value is (172,129,32). Sum of RGB (Red+Green+Blue) = 172+129+32=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8120 is #537EDF. Grayscale: #838383. Windows color (decimal): -5471968 or 2130348. OLE color: 2130348.

HSL color Cylindrical-coordinate representation of color #AC8120: hue angle of 41.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC8120 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 129 32 -
CMYK 0 0.25 0.81 0.33
HSL 41.57º 0.69% 0.4% -
HSV(B) 41.57º 0.81% 0.67% -
XYZ 25.12 24.58 4.79 -
YUV 130.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 172 129 32 0 0.25 0.81 0.33 41.57 0.69 0.4
Hex AC 81 20 0 19 51 21 2A 45 28
Octal 254 201 40 0 31 121 41 52 105 50
Binary 10101100 10000001 100000 0 11001 1010001 100001 101010 1000101 101000

Color Harmonies of #AC8120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8120

Black with #AC8120

Text Example


Text Example

White with #AC8120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8120; }

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

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

background-color css

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

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

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

border-color css

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

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

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