Html Css Color HEX #AA950B Lucky

📋 copy color: '#AA950B'

red 170 ◦ green 149 ◦ blue 11

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

Shades of Lucky #AA950B

Tints of Lucky #AA950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.15%

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

R = 51.52%
G = 45.15%
B = 3.33%

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

#AA950B (or 0xAA950B) is known color: Lucky. HEX triplet: AA, 95 and 0B. RGB value is (170,149,11). Sum of RGB (Red+Green+Blue) = 170+149+11=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA950B is #556AF4. Grayscale: #8C8C8C. Windows color (decimal): -5597941 or 759210. OLE color: 759210.

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

Color convert

RGB 170 149 11 -
CMYK 0 0.12 0.94 0.33
HSL 52.08º 0.88% 0.35% -
HSV(B) 52.08º 0.94% 0.67% -
XYZ 27.39 30.07 4.68 -
YUV 139.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 170 149 11 0 0.12 0.94 0.33 52.08 0.88 0.35
Hex AA 95 B 0 C 5E 21 34 58 23
Octal 252 225 13 0 14 136 41 64 130 43
Binary 10101010 10010101 1011 0 1100 1011110 100001 110100 1011000 100011

Color Harmonies of #AA950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA950B

Black with #AA950B

Text Example


Text Example

White with #AA950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA950B; }

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

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

background-color css

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

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

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

border-color css

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

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

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