Html Css Color HEX #AA960F Lucky

📋 copy color: '#AA960F'

red 170 ◦ green 150 ◦ blue 15

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

Shades of Lucky #AA960F

Tints of Lucky #AA960F

RGB

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

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

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

R = 50.75%
G = 44.78%
B = 4.48%

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

#AA960F (or 0xAA960F) is known color: Lucky. HEX triplet: AA, 96 and 0F. RGB value is (170,150,15). Sum of RGB (Red+Green+Blue) = 170+150+15=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA960F is #5569F0. Grayscale: #8D8D8D. Windows color (decimal): -5597681 or 1021610. OLE color: 1021610.

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

Color convert

RGB 170 150 15 -
CMYK 0 0.12 0.91 0.33
HSL 52.26º 0.84% 0.36% -
HSV(B) 52.26º 0.91% 0.67% -
XYZ 27.57 30.39 4.87 -
YUV 140.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 170 150 15 0 0.12 0.91 0.33 52.26 0.84 0.36
Hex AA 96 F 0 C 5B 21 34 54 24
Octal 252 226 17 0 14 133 41 64 124 44
Binary 10101010 10010110 1111 0 1100 1011011 100001 110100 1010100 100100

Color Harmonies of #AA960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA960F

Black with #AA960F

Text Example


Text Example

White with #AA960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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