Html Css Color HEX #AA8419 Hacienda

📋 copy color: '#AA8419'

red 170 ◦ green 132 ◦ blue 25

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

Shades of Hacienda #AA8419

Tints of Hacienda #AA8419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

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

R = 51.99%
G = 40.37%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA8419 (or 0xAA8419) is known color: Hacienda. HEX triplet: AA, 84 and 19. RGB value is (170,132,25). Sum of RGB (Red+Green+Blue) = 170+132+25=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8419 is #557BE6. Grayscale: #838383. Windows color (decimal): -5602279 or 1672362. OLE color: 1672362.

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

Color convert

RGB 170 132 25 -
CMYK 0 0.22 0.85 0.33
HSL 44.28º 0.74% 0.38% -
HSV(B) 44.28º 0.85% 0.67% -
XYZ 25 25.12 4.45 -
YUV 131.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 170 132 25 0 0.22 0.85 0.33 44.28 0.74 0.38
Hex AA 84 19 0 16 55 21 2C 4A 26
Octal 252 204 31 0 26 125 41 54 112 46
Binary 10101010 10000100 11001 0 10110 1010101 100001 101100 1001010 100110

Color Harmonies of #AA8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8419

Black with #AA8419

Text Example


Text Example

White with #AA8419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8419; }

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

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

background-color css

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

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

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

border-color css

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

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

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