Html Css Color HEX #AC831B Hacienda

📋 copy color: '#AC831B'

red 172 ◦ green 131 ◦ blue 27

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

Shades of Hacienda #AC831B

Tints of Hacienda #AC831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 52.12%
G = 39.7%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC831B (or 0xAC831B) is known color: Hacienda. HEX triplet: AC, 83 and 1B. RGB value is (172,131,27). Sum of RGB (Red+Green+Blue) = 172+131+27=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC831B is #537CE4. Grayscale: #838383. Windows color (decimal): -5471461 or 1803180. OLE color: 1803180.

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

Color convert

RGB 172 131 27 -
CMYK 0 0.24 0.84 0.33
HSL 43.03º 0.73% 0.39% -
HSV(B) 43.03º 0.84% 0.67% -
XYZ 25.33 25.08 4.54 -
YUV 131.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 172 131 27 0 0.24 0.84 0.33 43.03 0.73 0.39
Hex AC 83 1B 0 18 54 21 2B 49 27
Octal 254 203 33 0 30 124 41 53 111 47
Binary 10101100 10000011 11011 0 11000 1010100 100001 101011 1001001 100111

Color Harmonies of #AC831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC831B

Black with #AC831B

Text Example


Text Example

White with #AC831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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