Html Css Color HEX #AA990C Lucky

📋 copy color: '#AA990C'

red 170 ◦ green 153 ◦ blue 12

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

Shades of Lucky #AA990C

Tints of Lucky #AA990C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.58%

R = 50.75%
G = 45.67%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA990C (or 0xAA990C) is known color: Lucky. HEX triplet: AA, 99 and 0C. RGB value is (170,153,12). Sum of RGB (Red+Green+Blue) = 170+153+12=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA990C is #5566F3. Grayscale: #8E8E8E. Windows color (decimal): -5596916 or 825770. OLE color: 825770.

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

Color convert

RGB 170 153 12 -
CMYK 0 0.1 0.93 0.33
HSL 53.54º 0.87% 0.36% -
HSV(B) 53.54º 0.93% 0.67% -
XYZ 28.04 31.36 4.92 -
YUV 142.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 170 153 12 0 0.1 0.93 0.33 53.54 0.87 0.36
Hex AA 99 C 0 A 5D 21 36 57 24
Octal 252 231 14 0 12 135 41 66 127 44
Binary 10101010 10011001 1100 0 1010 1011101 100001 110110 1010111 100100

Color Harmonies of #AA990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA990C

Black with #AA990C

Text Example


Text Example

White with #AA990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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