Html Css Color HEX #AA7E19 Hacienda

📋 copy color: '#AA7E19'

red 170 ◦ green 126 ◦ blue 25

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

Shades of Hacienda #AA7E19

Tints of Hacienda #AA7E19

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.25%

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

R = 52.96%
G = 39.25%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA7E19 (or 0xAA7E19) is known color: Hacienda. HEX triplet: AA, 7E and 19. RGB value is (170,126,25). Sum of RGB (Red+Green+Blue) = 170+126+25=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7E19 is #5581E6. Grayscale: #808080. Windows color (decimal): -5603815 or 1670826. OLE color: 1670826.

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

Color convert

RGB 170 126 25 -
CMYK 0 0.26 0.85 0.33
HSL 41.79º 0.74% 0.38% -
HSV(B) 41.79º 0.85% 0.67% -
XYZ 24.21 23.54 4.19 -
YUV 127.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 170 126 25 0 0.26 0.85 0.33 41.79 0.74 0.38
Hex AA 7E 19 0 1A 55 21 2A 4A 26
Octal 252 176 31 0 32 125 41 52 112 46
Binary 10101010 1111110 11001 0 11010 1010101 100001 101010 1001010 100110

Color Harmonies of #AA7E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E19

Black with #AA7E19

Text Example


Text Example

White with #AA7E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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