Html Css Color HEX #AC831E Hacienda

📋 copy color: '#AC831E'

red 172 ◦ green 131 ◦ blue 30

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

Shades of Hacienda #AC831E

Tints of Hacienda #AC831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 51.65%
G = 39.34%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC831E (or 0xAC831E) is known color: Hacienda. HEX triplet: AC, 83 and 1E. RGB value is (172,131,30). Sum of RGB (Red+Green+Blue) = 172+131+30=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC831E is #537CE1. Grayscale: #848484. Windows color (decimal): -5471458 or 1999788. OLE color: 1999788.

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

Color convert

RGB 172 131 30 -
CMYK 0 0.24 0.83 0.33
HSL 42.68º 0.7% 0.4% -
HSV(B) 42.68º 0.83% 0.67% -
XYZ 25.36 25.1 4.74 -
YUV 131.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 172 131 30 0 0.24 0.83 0.33 42.68 0.7 0.4
Hex AC 83 1E 0 18 53 21 2B 46 28
Octal 254 203 36 0 30 123 41 53 106 50
Binary 10101100 10000011 11110 0 11000 1010011 100001 101011 1000110 101000

Color Harmonies of #AC831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC831E

Black with #AC831E

Text Example


Text Example

White with #AC831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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