Html Css Color HEX #AA832A Hacienda

📋 copy color: '#AA832A'

red 170 ◦ green 131 ◦ blue 42

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

Shades of Hacienda #AA832A

Tints of Hacienda #AA832A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.24%

R = 49.56%
G = 38.19%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA832A (or 0xAA832A) is known color: Hacienda. HEX triplet: AA, 83 and 2A. RGB value is (170,131,42). Sum of RGB (Red+Green+Blue) = 170+131+42=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA832A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA832A is #557CD5. Grayscale: #848484. Windows color (decimal): -5602518 or 2786218. OLE color: 2786218.

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

Color convert

RGB 170 131 42 -
CMYK 0 0.23 0.75 0.33
HSL 41.72º 0.6% 0.42% -
HSV(B) 41.72º 0.75% 0.67% -
XYZ 25.11 24.95 5.68 -
YUV 132.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 170 131 42 0 0.23 0.75 0.33 41.72 0.6 0.42
Hex AA 83 2A 0 17 4B 21 2A 3C 2A
Octal 252 203 52 0 27 113 41 52 74 52
Binary 10101010 10000011 101010 0 10111 1001011 100001 101010 111100 101010

Color Harmonies of #AA832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA832A

Black with #AA832A

Text Example


Text Example

White with #AA832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA832A; }

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

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

background-color css

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

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

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

border-color css

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

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

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