Html Css Color HEX #AA831A Hacienda

📋 copy color: '#AA831A'

red 170 ◦ green 131 ◦ blue 26

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

Shades of Hacienda #AA831A

Tints of Hacienda #AA831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 51.99%
G = 40.06%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA831A (or 0xAA831A) is known color: Hacienda. HEX triplet: AA, 83 and 1A. RGB value is (170,131,26). Sum of RGB (Red+Green+Blue) = 170+131+26=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA831A is #557CE5. Grayscale: #838383. Windows color (decimal): -5602534 or 1737642. OLE color: 1737642.

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

Color convert

RGB 170 131 26 -
CMYK 0 0.23 0.85 0.33
HSL 43.75º 0.73% 0.38% -
HSV(B) 43.75º 0.85% 0.67% -
XYZ 24.88 24.85 4.46 -
YUV 130.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 170 131 26 0 0.23 0.85 0.33 43.75 0.73 0.38
Hex AA 83 1A 0 17 55 21 2C 49 26
Octal 252 203 32 0 27 125 41 54 111 46
Binary 10101010 10000011 11010 0 10111 1010101 100001 101100 1001001 100110

Color Harmonies of #AA831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA831A

Black with #AA831A

Text Example


Text Example

White with #AA831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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