Html Css Color HEX #AC8327 Hacienda

📋 copy color: '#AC8327'

red 172 ◦ green 131 ◦ blue 39

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

Shades of Hacienda #AC8327

Tints of Hacienda #AC8327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 50.29%
G = 38.3%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC8327 (or 0xAC8327) is known color: Hacienda. HEX triplet: AC, 83 and 27. RGB value is (172,131,39). Sum of RGB (Red+Green+Blue) = 172+131+39=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8327 is #537CD8. Grayscale: #858585. Windows color (decimal): -5471449 or 2589612. OLE color: 2589612.

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

Color convert

RGB 172 131 39 -
CMYK 0 0.24 0.77 0.33
HSL 41.5º 0.63% 0.41% -
HSV(B) 41.5º 0.77% 0.67% -
XYZ 25.5 25.15 5.43 -
YUV 132.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 172 131 39 0 0.24 0.77 0.33 41.5 0.63 0.41
Hex AC 83 27 0 18 4D 21 2A 3F 29
Octal 254 203 47 0 30 115 41 52 77 51
Binary 10101100 10000011 100111 0 11000 1001101 100001 101010 111111 101001

Color Harmonies of #AC8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8327

Black with #AC8327

Text Example


Text Example

White with #AC8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8327; }

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

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

background-color css

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

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

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

border-color css

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

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

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