Html Css Color HEX #AA950E Lucky

📋 copy color: '#AA950E'

red 170 ◦ green 149 ◦ blue 14

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

Shades of Lucky #AA950E

Tints of Lucky #AA950E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 51.05%
G = 44.74%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA950E (or 0xAA950E) is known color: Lucky. HEX triplet: AA, 95 and 0E. RGB value is (170,149,14). Sum of RGB (Red+Green+Blue) = 170+149+14=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA950E is #556AF1. Grayscale: #8C8C8C. Windows color (decimal): -5597938 or 955818. OLE color: 955818.

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

Color convert

RGB 170 149 14 -
CMYK 0 0.12 0.92 0.33
HSL 51.92º 0.85% 0.36% -
HSV(B) 51.92º 0.92% 0.67% -
XYZ 27.4 30.07 4.78 -
YUV 139.89 56.96 149.48 -
System Red Green Blue C M Y K H S L
Decimal 170 149 14 0 0.12 0.92 0.33 51.92 0.85 0.36
Hex AA 95 E 0 C 5C 21 34 55 24
Octal 252 225 16 0 14 134 41 64 125 44
Binary 10101010 10010101 1110 0 1100 1011100 100001 110100 1010101 100100

Color Harmonies of #AA950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA950E

Black with #AA950E

Text Example


Text Example

White with #AA950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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