Html Css Color HEX #AA9711 Lucky

📋 copy color: '#AA9711'

red 170 ◦ green 151 ◦ blue 17

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

Shades of Lucky #AA9711

Tints of Lucky #AA9711

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.67%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 50.3%
G = 44.67%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA9711 (or 0xAA9711) is known color: Lucky. HEX triplet: AA, 97 and 11. RGB value is (170,151,17). Sum of RGB (Red+Green+Blue) = 170+151+17=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9711 is #5568EE. Grayscale: #8D8D8D. Windows color (decimal): -5597423 or 1152938. OLE color: 1152938.

HSL color Cylindrical-coordinate representation of color #AA9711: hue angle of 52.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA9711 is Cyan = 0, Magento = 0.11, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 17 -
CMYK 0 0.11 0.9 0.33
HSL 52.55º 0.82% 0.37% -
HSV(B) 52.55º 0.9% 0.67% -
XYZ 27.75 30.72 5 -
YUV 141.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 170 151 17 0 0.11 0.9 0.33 52.55 0.82 0.37
Hex AA 97 11 0 B 5A 21 35 52 25
Octal 252 227 21 0 13 132 41 65 122 45
Binary 10101010 10010111 10001 0 1011 1011010 100001 110101 1010010 100101

Color Harmonies of #AA9711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9711

Black with #AA9711

Text Example


Text Example

White with #AA9711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9711; }

 p { color: rgb(170,151,17); }

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

background-color css

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

 a { background-color: rgb(170,151,17); }

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

border-color css

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

 span { border-color: rgb(170,151,17); }

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