Html Css Color HEX #AC831C Hacienda

📋 copy color: '#AC831C'

red 172 ◦ green 131 ◦ blue 28

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

Shades of Hacienda #AC831C

Tints of Hacienda #AC831C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 51.96%
G = 39.58%
B = 8.46%

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

#AC831C (or 0xAC831C) is known color: Hacienda. HEX triplet: AC, 83 and 1C. RGB value is (172,131,28). Sum of RGB (Red+Green+Blue) = 172+131+28=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC831C is #537CE3. Grayscale: #838383. Windows color (decimal): -5471460 or 1868716. OLE color: 1868716.

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

Color convert

RGB 172 131 28 -
CMYK 0 0.24 0.84 0.33
HSL 42.92º 0.72% 0.39% -
HSV(B) 42.92º 0.84% 0.67% -
XYZ 25.34 25.09 4.61 -
YUV 131.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 172 131 28 0 0.24 0.84 0.33 42.92 0.72 0.39
Hex AC 83 1C 0 18 54 21 2B 48 27
Octal 254 203 34 0 30 124 41 53 110 47
Binary 10101100 10000011 11100 0 11000 1010100 100001 101011 1001000 100111

Color Harmonies of #AC831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC831C

Black with #AC831C

Text Example


Text Example

White with #AC831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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