Html Css Color HEX #AC831D Hacienda

📋 copy color: '#AC831D'

red 172 ◦ green 131 ◦ blue 29

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

Shades of Hacienda #AC831D

Tints of Hacienda #AC831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 51.81%
G = 39.46%
B = 8.73%

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

#AC831D (or 0xAC831D) is known color: Hacienda. HEX triplet: AC, 83 and 1D. RGB value is (172,131,29). Sum of RGB (Red+Green+Blue) = 172+131+29=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC831D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC831D is #537CE2. Grayscale: #848484. Windows color (decimal): -5471459 or 1934252. OLE color: 1934252.

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

Color convert

RGB 172 131 29 -
CMYK 0 0.24 0.83 0.33
HSL 42.8º 0.71% 0.39% -
HSV(B) 42.8º 0.83% 0.67% -
XYZ 25.35 25.09 4.67 -
YUV 131.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 172 131 29 0 0.24 0.83 0.33 42.8 0.71 0.39
Hex AC 83 1D 0 18 53 21 2B 47 27
Octal 254 203 35 0 30 123 41 53 107 47
Binary 10101100 10000011 11101 0 11000 1010011 100001 101011 1000111 100111

Color Harmonies of #AC831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC831D

Black with #AC831D

Text Example


Text Example

White with #AC831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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