Html Css Color HEX #AA831F Hacienda

📋 copy color: '#AA831F'

red 170 ◦ green 131 ◦ blue 31

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

Shades of Hacienda #AA831F

Tints of Hacienda #AA831F

RGB

 RED value IS 170 (66.8% from 255) = 51.2%

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

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 51.2%
G = 39.46%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA831F (or 0xAA831F) is known color: Hacienda. HEX triplet: AA, 83 and 1F. RGB value is (170,131,31). Sum of RGB (Red+Green+Blue) = 170+131+31=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA831F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA831F is #557CE0. Grayscale: #838383. Windows color (decimal): -5602529 or 2065322. OLE color: 2065322.

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

Color convert

RGB 170 131 31 -
CMYK 0 0.23 0.82 0.33
HSL 43.17º 0.69% 0.39% -
HSV(B) 43.17º 0.82% 0.67% -
XYZ 24.94 24.88 4.78 -
YUV 131.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 170 131 31 0 0.23 0.82 0.33 43.17 0.69 0.39
Hex AA 83 1F 0 17 52 21 2B 45 27
Octal 252 203 37 0 27 122 41 53 105 47
Binary 10101010 10000011 11111 0 10111 1010010 100001 101011 1000101 100111

Color Harmonies of #AA831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA831F

Black with #AA831F

Text Example


Text Example

White with #AA831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA831F; }

 p { color: rgb(170,131,31); }

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

background-color css

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

 a { background-color: rgb(170,131,31); }

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

border-color css

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

 span { border-color: rgb(170,131,31); }

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