Html Css Color HEX #AA9A10 Lucky

📋 copy color: '#AA9A10'

red 170 ◦ green 154 ◦ blue 16

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

Shades of Lucky #AA9A10

Tints of Lucky #AA9A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.29%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 50%
G = 45.29%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA9A10 (or 0xAA9A10) is known color: Lucky. HEX triplet: AA, 9A and 10. RGB value is (170,154,16). Sum of RGB (Red+Green+Blue) = 170+154+16=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A10 is #5565EF. Grayscale: #8F8F8F. Windows color (decimal): -5596656 or 1088170. OLE color: 1088170.

HSL color Cylindrical-coordinate representation of color #AA9A10: hue angle of 53.77º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA9A10 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 154 16 -
CMYK 0 0.09 0.91 0.33
HSL 53.77º 0.83% 0.36% -
HSV(B) 53.77º 0.91% 0.67% -
XYZ 28.23 31.69 5.12 -
YUV 143.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 170 154 16 0 0.09 0.91 0.33 53.77 0.83 0.36
Hex AA 9A 10 0 9 5B 21 36 53 24
Octal 252 232 20 0 11 133 41 66 123 44
Binary 10101010 10011010 10000 0 1001 1011011 100001 110110 1010011 100100

Color Harmonies of #AA9A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A10

Black with #AA9A10

Text Example


Text Example

White with #AA9A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A10; }

 p { color: rgb(170,154,16); }

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

background-color css

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

 a { background-color: rgb(170,154,16); }

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

border-color css

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

 span { border-color: rgb(170,154,16); }

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