Html Css Color HEX #AA990B Lucky

📋 copy color: '#AA990B'

red 170 ◦ green 153 ◦ blue 11

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

Shades of Lucky #AA990B

Tints of Lucky #AA990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 50.9%
G = 45.81%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA990B (or 0xAA990B) is known color: Lucky. HEX triplet: AA, 99 and 0B. RGB value is (170,153,11). Sum of RGB (Red+Green+Blue) = 170+153+11=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA990B is #5566F4. Grayscale: #8E8E8E. Windows color (decimal): -5596917 or 760234. OLE color: 760234.

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

Color convert

RGB 170 153 11 -
CMYK 0 0.1 0.94 0.33
HSL 53.58º 0.88% 0.35% -
HSV(B) 53.58º 0.94% 0.67% -
XYZ 28.03 31.35 4.89 -
YUV 141.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 170 153 11 0 0.1 0.94 0.33 53.58 0.88 0.35
Hex AA 99 B 0 A 5E 21 36 58 23
Octal 252 231 13 0 12 136 41 66 130 43
Binary 10101010 10011001 1011 0 1010 1011110 100001 110110 1011000 100011

Color Harmonies of #AA990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA990B

Black with #AA990B

Text Example


Text Example

White with #AA990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA990B; }

 p { color: rgb(170,153,11); }

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

background-color css

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

 a { background-color: rgb(170,153,11); }

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

border-color css

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

 span { border-color: rgb(170,153,11); }

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