Html Css Color HEX #AA7E22 Hacienda

📋 copy color: '#AA7E22'

red 170 ◦ green 126 ◦ blue 34

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

Shades of Hacienda #AA7E22

Tints of Hacienda #AA7E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.3%

R = 51.52%
G = 38.18%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA7E22 (or 0xAA7E22) is known color: Hacienda. HEX triplet: AA, 7E and 22. RGB value is (170,126,34). Sum of RGB (Red+Green+Blue) = 170+126+34=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E22 is #5581DD. Grayscale: #818181. Windows color (decimal): -5603806 or 2260650. OLE color: 2260650.

HSL color Cylindrical-coordinate representation of color #AA7E22: hue angle of 40.59º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA7E22 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 126 34 -
CMYK 0 0.26 0.80 0.33
HSL 40.59º 0.67% 0.4% -
HSV(B) 40.59º 0.8% 0.67% -
XYZ 24.33 23.58 4.78 -
YUV 128.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 170 126 34 0 0.26 0.80 0.33 40.59 0.67 0.4
Hex AA 7E 22 0 1A 50 21 29 43 28
Octal 252 176 42 0 32 120 41 51 103 50
Binary 10101010 1111110 100010 0 11010 1010000 100001 101001 1000011 101000

Color Harmonies of #AA7E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E22

Black with #AA7E22

Text Example


Text Example

White with #AA7E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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