Html Css Color HEX #AA9F0B Lucky

📋 copy color: '#AA9F0B'

red 170 ◦ green 159 ◦ blue 11

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

Shades of Lucky #AA9F0B

Tints of Lucky #AA9F0B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.76%

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

R = 50%
G = 46.76%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA9F0B (or 0xAA9F0B) is known color: Lucky. HEX triplet: AA, 9F and 0B. RGB value is (170,159,11). Sum of RGB (Red+Green+Blue) = 170+159+11=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F0B is #5560F4. Grayscale: #929292. Windows color (decimal): -5595381 or 761770. OLE color: 761770.

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

Color convert

RGB 170 159 11 -
CMYK 0 0.06 0.94 0.33
HSL 55.85º 0.88% 0.35% -
HSV(B) 55.85º 0.94% 0.67% -
XYZ 29.04 33.37 5.23 -
YUV 145.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 170 159 11 0 0.06 0.94 0.33 55.85 0.88 0.35
Hex AA 9F B 0 6 5E 21 38 58 23
Octal 252 237 13 0 6 136 41 70 130 43
Binary 10101010 10011111 1011 0 110 1011110 100001 111000 1011000 100011

Color Harmonies of #AA9F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F0B

Black with #AA9F0B

Text Example


Text Example

White with #AA9F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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