Html Css Color HEX #AA7717 Hacienda

📋 copy color: '#AA7717'

red 170 ◦ green 119 ◦ blue 23

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

Shades of Hacienda #AA7717

Tints of Hacienda #AA7717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 54.49%
G = 38.14%
B = 7.37%

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

#AA7717 (or 0xAA7717) is known color: Hacienda. HEX triplet: AA, 77 and 17. RGB value is (170,119,23). Sum of RGB (Red+Green+Blue) = 170+119+23=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7717 is #5588E8. Grayscale: #7B7B7B. Windows color (decimal): -5605609 or 1537962. OLE color: 1537962.

HSL color Cylindrical-coordinate representation of color #AA7717: hue angle of 39.18º degrees, saturation: 0.76, 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 #AA7717 is Cyan = 0, Magento = 0.3, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 119 23 -
CMYK 0 0.3 0.86 0.33
HSL 39.18º 0.76% 0.38% -
HSV(B) 39.18º 0.86% 0.67% -
XYZ 23.33 21.8 3.79 -
YUV 123.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 170 119 23 0 0.3 0.86 0.33 39.18 0.76 0.38
Hex AA 77 17 0 1E 56 21 27 4C 26
Octal 252 167 27 0 36 126 41 47 114 46
Binary 10101010 1110111 10111 0 11110 1010110 100001 100111 1001100 100110

Color Harmonies of #AA7717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7717

Black with #AA7717

Text Example


Text Example

White with #AA7717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7717; }

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

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

background-color css

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

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

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

border-color css

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

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

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