Html Css Color HEX #AA950F Lucky

📋 copy color: '#AA950F'

red 170 ◦ green 149 ◦ blue 15

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

Shades of Lucky #AA950F

Tints of Lucky #AA950F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 50.9%
G = 44.61%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA950F (or 0xAA950F) is known color: Lucky. HEX triplet: AA, 95 and 0F. RGB value is (170,149,15). Sum of RGB (Red+Green+Blue) = 170+149+15=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA950F is #556AF0. Grayscale: #8C8C8C. Windows color (decimal): -5597937 or 1021354. OLE color: 1021354.

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

Color convert

RGB 170 149 15 -
CMYK 0 0.12 0.91 0.33
HSL 51.87º 0.84% 0.36% -
HSV(B) 51.87º 0.91% 0.67% -
XYZ 27.41 30.08 4.81 -
YUV 140 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 170 149 15 0 0.12 0.91 0.33 51.87 0.84 0.36
Hex AA 95 F 0 C 5B 21 34 54 24
Octal 252 225 17 0 14 133 41 64 124 44
Binary 10101010 10010101 1111 0 1100 1011011 100001 110100 1010100 100100

Color Harmonies of #AA950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA950F

Black with #AA950F

Text Example


Text Example

White with #AA950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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