Html Css Color HEX #AA7D16 Hacienda

📋 copy color: '#AA7D16'

red 170 ◦ green 125 ◦ blue 22

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

Shades of Hacienda #AA7D16

Tints of Hacienda #AA7D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.43%

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

R = 53.63%
G = 39.43%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA7D16 (or 0xAA7D16) is known color: Hacienda. HEX triplet: AA, 7D and 16. RGB value is (170,125,22). Sum of RGB (Red+Green+Blue) = 170+125+22=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D16 is #5582E9. Grayscale: #7F7F7F. Windows color (decimal): -5604074 or 1473962. OLE color: 1473962.

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

Color convert

RGB 170 125 22 -
CMYK 0 0.26 0.87 0.33
HSL 41.76º 0.77% 0.38% -
HSV(B) 41.76º 0.87% 0.67% -
XYZ 24.06 23.27 3.98 -
YUV 126.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 170 125 22 0 0.26 0.87 0.33 41.76 0.77 0.38
Hex AA 7D 16 0 1A 57 21 2A 4D 26
Octal 252 175 26 0 32 127 41 52 115 46
Binary 10101010 1111101 10110 0 11010 1010111 100001 101010 1001101 100110

Color Harmonies of #AA7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D16

Black with #AA7D16

Text Example


Text Example

White with #AA7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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