Html Css Color HEX #AAA209 Lucky

📋 copy color: '#AAA209'

red 170 ◦ green 162 ◦ blue 9

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

Shades of Lucky #AAA209

Tints of Lucky #AAA209

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.51%

 BLUE value IS 9 (3.91% from 255) = 2.64%

R = 49.85%
G = 47.51%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AAA209 (or 0xAAA209) is known color: Lucky. HEX triplet: AA, A2 and 09. RGB value is (170,162,9). Sum of RGB (Red+Green+Blue) = 170+162+9=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA209 is #555DF6. Grayscale: #939393. Windows color (decimal): -5594615 or 631466. OLE color: 631466.

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

Color convert

RGB 170 162 9 -
CMYK 0 0.05 0.95 0.33
HSL 57.02º 0.9% 0.35% -
HSV(B) 57.02º 0.95% 0.67% -
XYZ 29.55 34.41 5.34 -
YUV 146.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 170 162 9 0 0.05 0.95 0.33 57.02 0.9 0.35
Hex AA A2 9 0 5 5F 21 39 5A 23
Octal 252 242 11 0 5 137 41 71 132 43
Binary 10101010 10100010 1001 0 101 1011111 100001 111001 1011010 100011

Color Harmonies of #AAA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA209

Black with #AAA209

Text Example


Text Example

White with #AAA209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA209; }

 p { color: rgb(170,162,9); }

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

background-color css

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

 a { background-color: rgb(170,162,9); }

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

border-color css

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

 span { border-color: rgb(170,162,9); }

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