Html Css Color HEX #AA9511 Lucky

📋 copy color: '#AA9511'

red 170 ◦ green 149 ◦ blue 17

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

Shades of Lucky #AA9511

Tints of Lucky #AA9511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.35%

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

R = 50.6%
G = 44.35%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA9511 (or 0xAA9511) is known color: Lucky. HEX triplet: AA, 95 and 11. RGB value is (170,149,17). Sum of RGB (Red+Green+Blue) = 170+149+17=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9511 is #556AEE. Grayscale: #8C8C8C. Windows color (decimal): -5597935 or 1152426. OLE color: 1152426.

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

Color convert

RGB 170 149 17 -
CMYK 0 0.12 0.9 0.33
HSL 51.76º 0.82% 0.37% -
HSV(B) 51.76º 0.9% 0.67% -
XYZ 27.43 30.08 4.89 -
YUV 140.23 58.46 149.23 -
System Red Green Blue C M Y K H S L
Decimal 170 149 17 0 0.12 0.9 0.33 51.76 0.82 0.37
Hex AA 95 11 0 C 5A 21 34 52 25
Octal 252 225 21 0 14 132 41 64 122 45
Binary 10101010 10010101 10001 0 1100 1011010 100001 110100 1010010 100101

Color Harmonies of #AA9511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9511

Black with #AA9511

Text Example


Text Example

White with #AA9511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9511; }

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

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

background-color css

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

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

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

border-color css

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

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

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