Html Css Color HEX #AA7718 Hacienda

📋 copy color: '#AA7718'

red 170 ◦ green 119 ◦ blue 24

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

Shades of Hacienda #AA7718

Tints of Hacienda #AA7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 54.31%
G = 38.02%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA7718 (or 0xAA7718) is known color: Hacienda. HEX triplet: AA, 77 and 18. RGB value is (170,119,24). Sum of RGB (Red+Green+Blue) = 170+119+24=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7718 is #5588E7. Grayscale: #7B7B7B. Windows color (decimal): -5605608 or 1603498. OLE color: 1603498.

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

Color convert

RGB 170 119 24 -
CMYK 0 0.3 0.86 0.33
HSL 39.04º 0.75% 0.38% -
HSV(B) 39.04º 0.86% 0.67% -
XYZ 23.34 21.81 3.84 -
YUV 123.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 170 119 24 0 0.3 0.86 0.33 39.04 0.75 0.38
Hex AA 77 18 0 1E 56 21 27 4B 26
Octal 252 167 30 0 36 126 41 47 113 46
Binary 10101010 1110111 11000 0 11110 1010110 100001 100111 1001011 100110

Color Harmonies of #AA7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7718

Black with #AA7718

Text Example


Text Example

White with #AA7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7718; }

 p { color: rgb(170,119,24); }

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

background-color css

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

 a { background-color: rgb(170,119,24); }

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

border-color css

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

 span { border-color: rgb(170,119,24); }

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