Html Css Color HEX #AA8017 Hacienda

📋 copy color: '#AA8017'

red 170 ◦ green 128 ◦ blue 23

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

Shades of Hacienda #AA8017

Tints of Hacienda #AA8017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.88%

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

R = 52.96%
G = 39.88%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA8017 (or 0xAA8017) is known color: Hacienda. HEX triplet: AA, 80 and 17. RGB value is (170,128,23). Sum of RGB (Red+Green+Blue) = 170+128+23=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8017 is #557FE8. Grayscale: #818181. Windows color (decimal): -5603305 or 1540266. OLE color: 1540266.

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

Color convert

RGB 170 128 23 -
CMYK 0 0.25 0.86 0.33
HSL 42.86º 0.76% 0.38% -
HSV(B) 42.86º 0.86% 0.67% -
XYZ 24.45 24.05 4.16 -
YUV 128.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 170 128 23 0 0.25 0.86 0.33 42.86 0.76 0.38
Hex AA 80 17 0 19 56 21 2B 4C 26
Octal 252 200 27 0 31 126 41 53 114 46
Binary 10101010 10000000 10111 0 11001 1010110 100001 101011 1001100 100110

Color Harmonies of #AA8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8017

Black with #AA8017

Text Example


Text Example

White with #AA8017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8017; }

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

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

background-color css

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

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

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

border-color css

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

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

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