Html Css Color HEX #AA9C11 Lucky

📋 copy color: '#AA9C11'

red 170 ◦ green 156 ◦ blue 17

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

Shades of Lucky #AA9C11

Tints of Lucky #AA9C11

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

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

R = 49.56%
G = 45.48%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA9C11 (or 0xAA9C11) is known color: Lucky. HEX triplet: AA, 9C and 11. RGB value is (170,156,17). Sum of RGB (Red+Green+Blue) = 170+156+17=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C11 is #5563EE. Grayscale: #909090. Windows color (decimal): -5596143 or 1154218. OLE color: 1154218.

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

Color convert

RGB 170 156 17 -
CMYK 0 0.08 0.9 0.33
HSL 54.51º 0.82% 0.37% -
HSV(B) 54.51º 0.9% 0.67% -
XYZ 28.57 32.36 5.27 -
YUV 144.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 170 156 17 0 0.08 0.9 0.33 54.51 0.82 0.37
Hex AA 9C 11 0 8 5A 21 37 52 25
Octal 252 234 21 0 10 132 41 67 122 45
Binary 10101010 10011100 10001 0 1000 1011010 100001 110111 1010010 100101

Color Harmonies of #AA9C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C11

Black with #AA9C11

Text Example


Text Example

White with #AA9C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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