Html Css Color HEX #AA960B Lucky

📋 copy color: '#AA960B'

red 170 ◦ green 150 ◦ blue 11

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

Shades of Lucky #AA960B

Tints of Lucky #AA960B

RGB

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

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

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

R = 51.36%
G = 45.32%
B = 3.32%

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

#AA960B (or 0xAA960B) is known color: Lucky. HEX triplet: AA, 96 and 0B. RGB value is (170,150,11). Sum of RGB (Red+Green+Blue) = 170+150+11=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA960B is #5569F4. Grayscale: #8C8C8C. Windows color (decimal): -5597685 or 759466. OLE color: 759466.

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

Color convert

RGB 170 150 11 -
CMYK 0 0.12 0.94 0.33
HSL 52.45º 0.88% 0.35% -
HSV(B) 52.45º 0.94% 0.67% -
XYZ 27.54 30.38 4.73 -
YUV 140.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 170 150 11 0 0.12 0.94 0.33 52.45 0.88 0.35
Hex AA 96 B 0 C 5E 21 34 58 23
Octal 252 226 13 0 14 136 41 64 130 43
Binary 10101010 10010110 1011 0 1100 1011110 100001 110100 1011000 100011

Color Harmonies of #AA960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA960B

Black with #AA960B

Text Example


Text Example

White with #AA960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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