Html Css Color HEX #AA960A Lucky

📋 copy color: '#AA960A'

red 170 ◦ green 150 ◦ blue 10

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

Shades of Lucky #AA960A

Tints of Lucky #AA960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 51.52%
G = 45.45%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA960A (or 0xAA960A) is known color: Lucky. HEX triplet: AA, 96 and 0A. RGB value is (170,150,10). Sum of RGB (Red+Green+Blue) = 170+150+10=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA960A is #5569F5. Grayscale: #8C8C8C. Windows color (decimal): -5597686 or 693930. OLE color: 693930.

HSL color Cylindrical-coordinate representation of color #AA960A: hue angle of 52.5º degrees, saturation: 0.89, 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 #AA960A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 10 -
CMYK 0 0.12 0.94 0.33
HSL 52.5º 0.89% 0.35% -
HSV(B) 52.5º 0.94% 0.67% -
XYZ 27.54 30.38 4.7 -
YUV 140.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 170 150 10 0 0.12 0.94 0.33 52.5 0.89 0.35
Hex AA 96 A 0 C 5E 21 34 59 23
Octal 252 226 12 0 14 136 41 64 131 43
Binary 10101010 10010110 1010 0 1100 1011110 100001 110100 1011001 100011

Color Harmonies of #AA960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA960A

Black with #AA960A

Text Example


Text Example

White with #AA960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA960A; }

 p { color: rgb(170,150,10); }

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

background-color css

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

 a { background-color: rgb(170,150,10); }

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

border-color css

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

 span { border-color: rgb(170,150,10); }

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