Html Css Color HEX #AA7E21 Hacienda

📋 copy color: '#AA7E21'

red 170 ◦ green 126 ◦ blue 33

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

Shades of Hacienda #AA7E21

Tints of Hacienda #AA7E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 51.67%
G = 38.3%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA7E21 (or 0xAA7E21) is known color: Hacienda. HEX triplet: AA, 7E and 21. RGB value is (170,126,33). Sum of RGB (Red+Green+Blue) = 170+126+33=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E21 is #5581DE. Grayscale: #808080. Windows color (decimal): -5603807 or 2195114. OLE color: 2195114.

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

Color convert

RGB 170 126 33 -
CMYK 0 0.26 0.81 0.33
HSL 40.73º 0.67% 0.4% -
HSV(B) 40.73º 0.81% 0.67% -
XYZ 24.31 23.58 4.71 -
YUV 128.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 170 126 33 0 0.26 0.81 0.33 40.73 0.67 0.4
Hex AA 7E 21 0 1A 51 21 29 43 28
Octal 252 176 41 0 32 121 41 51 103 50
Binary 10101010 1111110 100001 0 11010 1010001 100001 101001 1000011 101000

Color Harmonies of #AA7E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E21

Black with #AA7E21

Text Example


Text Example

White with #AA7E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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