Html Css Color HEX #AA8319 Hacienda

📋 copy color: '#AA8319'

red 170 ◦ green 131 ◦ blue 25

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

Shades of Hacienda #AA8319

Tints of Hacienda #AA8319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.67%

R = 52.15%
G = 40.18%
B = 7.67%

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

#AA8319 (or 0xAA8319) is known color: Hacienda. HEX triplet: AA, 83 and 19. RGB value is (170,131,25). Sum of RGB (Red+Green+Blue) = 170+131+25=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8319 is #557CE6. Grayscale: #838383. Windows color (decimal): -5602535 or 1672106. OLE color: 1672106.

HSL color Cylindrical-coordinate representation of color #AA8319: hue angle of 43.86º degrees, saturation: 0.74, 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 #AA8319 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 25 -
CMYK 0 0.23 0.85 0.33
HSL 43.86º 0.74% 0.38% -
HSV(B) 43.86º 0.85% 0.67% -
XYZ 24.87 24.85 4.41 -
YUV 130.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 170 131 25 0 0.23 0.85 0.33 43.86 0.74 0.38
Hex AA 83 19 0 17 55 21 2C 4A 26
Octal 252 203 31 0 27 125 41 54 112 46
Binary 10101010 10000011 11001 0 10111 1010101 100001 101100 1001010 100110

Color Harmonies of #AA8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8319

Black with #AA8319

Text Example


Text Example

White with #AA8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8319; }

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

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

background-color css

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

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

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

border-color css

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

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

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