Html Css Color HEX #AA7816 Hacienda

📋 copy color: '#AA7816'

red 170 ◦ green 120 ◦ blue 22

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

Shades of Hacienda #AA7816

Tints of Hacienda #AA7816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

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

R = 54.49%
G = 38.46%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA7816 (or 0xAA7816) is known color: Hacienda. HEX triplet: AA, 78 and 16. RGB value is (170,120,22). Sum of RGB (Red+Green+Blue) = 170+120+22=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7816 is #5587E9. Grayscale: #7C7C7C. Windows color (decimal): -5605354 or 1472682. OLE color: 1472682.

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

Color convert

RGB 170 120 22 -
CMYK 0 0.29 0.87 0.33
HSL 39.73º 0.77% 0.38% -
HSV(B) 39.73º 0.87% 0.67% -
XYZ 23.44 22.04 3.78 -
YUV 123.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 170 120 22 0 0.29 0.87 0.33 39.73 0.77 0.38
Hex AA 78 16 0 1D 57 21 28 4D 26
Octal 252 170 26 0 35 127 41 50 115 46
Binary 10101010 1111000 10110 0 11101 1010111 100001 101000 1001101 100110

Color Harmonies of #AA7816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7816

Black with #AA7816

Text Example


Text Example

White with #AA7816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7816; }

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

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

background-color css

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

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

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

border-color css

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

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

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