Html Css Color HEX #AA8619 Hacienda

📋 copy color: '#AA8619'

red 170 ◦ green 134 ◦ blue 25

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

Shades of Hacienda #AA8619

Tints of Hacienda #AA8619

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.73%

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

R = 51.67%
G = 40.73%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA8619 (or 0xAA8619) is known color: Hacienda. HEX triplet: AA, 86 and 19. RGB value is (170,134,25). Sum of RGB (Red+Green+Blue) = 170+134+25=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8619 is #5579E6. Grayscale: #848484. Windows color (decimal): -5601767 or 1672874. OLE color: 1672874.

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

Color convert

RGB 170 134 25 -
CMYK 0 0.21 0.85 0.33
HSL 45.1º 0.74% 0.38% -
HSV(B) 45.1º 0.85% 0.67% -
XYZ 25.28 25.67 4.54 -
YUV 132.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 170 134 25 0 0.21 0.85 0.33 45.1 0.74 0.38
Hex AA 86 19 0 15 55 21 2D 4A 26
Octal 252 206 31 0 25 125 41 55 112 46
Binary 10101010 10000110 11001 0 10101 1010101 100001 101101 1001010 100110

Color Harmonies of #AA8619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8619

Black with #AA8619

Text Example


Text Example

White with #AA8619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8619; }

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

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

background-color css

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

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

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

border-color css

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

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

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