Html Css Color HEX #AC8320 Hacienda

📋 copy color: '#AC8320'

red 172 ◦ green 131 ◦ blue 32

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

Shades of Hacienda #AC8320

Tints of Hacienda #AC8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

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

R = 51.34%
G = 39.1%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC8320 (or 0xAC8320) is known color: Hacienda. HEX triplet: AC, 83 and 20. RGB value is (172,131,32). Sum of RGB (Red+Green+Blue) = 172+131+32=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8320 is #537CDF. Grayscale: #848484. Windows color (decimal): -5471456 or 2130860. OLE color: 2130860.

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

Color convert

RGB 172 131 32 -
CMYK 0 0.24 0.81 0.33
HSL 42.43º 0.69% 0.4% -
HSV(B) 42.43º 0.81% 0.67% -
XYZ 25.39 25.11 4.87 -
YUV 131.97 71.58 156.55 -
System Red Green Blue C M Y K H S L
Decimal 172 131 32 0 0.24 0.81 0.33 42.43 0.69 0.4
Hex AC 83 20 0 18 51 21 2A 45 28
Octal 254 203 40 0 30 121 41 52 105 50
Binary 10101100 10000011 100000 0 11000 1010001 100001 101010 1000101 101000

Color Harmonies of #AC8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8320

Black with #AC8320

Text Example


Text Example

White with #AC8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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