Html Css Color HEX #AA990E Lucky

📋 copy color: '#AA990E'

red 170 ◦ green 153 ◦ blue 14

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

Shades of Lucky #AA990E

Tints of Lucky #AA990E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 50.45%
G = 45.4%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA990E (or 0xAA990E) is known color: Lucky. HEX triplet: AA, 99 and 0E. RGB value is (170,153,14). Sum of RGB (Red+Green+Blue) = 170+153+14=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA990E is #5566F1. Grayscale: #8E8E8E. Windows color (decimal): -5596914 or 956842. OLE color: 956842.

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

Color convert

RGB 170 153 14 -
CMYK 0 0.1 0.92 0.33
HSL 53.46º 0.85% 0.36% -
HSV(B) 53.46º 0.92% 0.67% -
XYZ 28.05 31.36 4.99 -
YUV 142.24 55.63 147.8 -
System Red Green Blue C M Y K H S L
Decimal 170 153 14 0 0.1 0.92 0.33 53.46 0.85 0.36
Hex AA 99 E 0 A 5C 21 35 55 24
Octal 252 231 16 0 12 134 41 65 125 44
Binary 10101010 10011001 1110 0 1010 1011100 100001 110101 1010101 100100

Color Harmonies of #AA990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA990E

Black with #AA990E

Text Example


Text Example

White with #AA990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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