Html Css Color HEX #AA7F16 Hacienda

📋 copy color: '#AA7F16'

red 170 ◦ green 127 ◦ blue 22

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

Shades of Hacienda #AA7F16

Tints of Hacienda #AA7F16

RGB

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

 GREEN value IS 127 (50% from 255) = 39.81%

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 53.29%
G = 39.81%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA7F16 (or 0xAA7F16) is known color: Hacienda. HEX triplet: AA, 7F and 16. RGB value is (170,127,22). Sum of RGB (Red+Green+Blue) = 170+127+22=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F16 is #5580E9. Grayscale: #808080. Windows color (decimal): -5603562 or 1474474. OLE color: 1474474.

HSL color Cylindrical-coordinate representation of color #AA7F16: hue angle of 42.57º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA7F16 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 22 -
CMYK 0 0.25 0.87 0.33
HSL 42.57º 0.77% 0.38% -
HSV(B) 42.57º 0.87% 0.67% -
XYZ 24.31 23.78 4.07 -
YUV 127.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 170 127 22 0 0.25 0.87 0.33 42.57 0.77 0.38
Hex AA 7F 16 0 19 57 21 2B 4D 26
Octal 252 177 26 0 31 127 41 53 115 46
Binary 10101010 1111111 10110 0 11001 1010111 100001 101011 1001101 100110

Color Harmonies of #AA7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F16

Black with #AA7F16

Text Example


Text Example

White with #AA7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F16; }

 p { color: rgb(170,127,22); }

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

background-color css

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

 a { background-color: rgb(170,127,22); }

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

border-color css

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

 span { border-color: rgb(170,127,22); }

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