Html Css Color HEX #AA9D09 Lucky

📋 copy color: '#AA9D09'

red 170 ◦ green 157 ◦ blue 9

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

Shades of Lucky #AA9D09

Tints of Lucky #AA9D09

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.73%

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

R = 50.6%
G = 46.73%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA9D09 (or 0xAA9D09) is known color: Lucky. HEX triplet: AA, 9D and 09. RGB value is (170,157,9). Sum of RGB (Red+Green+Blue) = 170+157+9=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9D09 is #5562F6. Grayscale: #909090. Windows color (decimal): -5595895 or 630186. OLE color: 630186.

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

Color convert

RGB 170 157 9 -
CMYK 0 0.08 0.95 0.33
HSL 55.16º 0.9% 0.35% -
HSV(B) 55.16º 0.95% 0.67% -
XYZ 28.68 32.68 5.05 -
YUV 144.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 170 157 9 0 0.08 0.95 0.33 55.16 0.9 0.35
Hex AA 9D 9 0 8 5F 21 37 5A 23
Octal 252 235 11 0 10 137 41 67 132 43
Binary 10101010 10011101 1001 0 1000 1011111 100001 110111 1011010 100011

Color Harmonies of #AA9D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D09

Black with #AA9D09

Text Example


Text Example

White with #AA9D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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