Html Css Color HEX #AAA109 Lucky

📋 copy color: '#AAA109'

red 170 ◦ green 161 ◦ blue 9

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

Shades of Lucky #AAA109

Tints of Lucky #AAA109

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.35%

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

R = 50%
G = 47.35%
B = 2.65%

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

#AAA109 (or 0xAAA109) is known color: Lucky. HEX triplet: AA, A1 and 09. RGB value is (170,161,9). Sum of RGB (Red+Green+Blue) = 170+161+9=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA109 is #555EF6. Grayscale: #929292. Windows color (decimal): -5594871 or 631210. OLE color: 631210.

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

Color convert

RGB 170 161 9 -
CMYK 0 0.05 0.95 0.33
HSL 56.65º 0.9% 0.35% -
HSV(B) 56.65º 0.95% 0.67% -
XYZ 29.37 34.06 5.28 -
YUV 146.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 170 161 9 0 0.05 0.95 0.33 56.65 0.9 0.35
Hex AA A1 9 0 5 5F 21 39 5A 23
Octal 252 241 11 0 5 137 41 71 132 43
Binary 10101010 10100001 1001 0 101 1011111 100001 111001 1011010 100011

Color Harmonies of #AAA109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA109

Black with #AAA109

Text Example


Text Example

White with #AAA109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA109; }

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

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

background-color css

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

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

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

border-color css

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

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

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