Html Css Color HEX #AA9F14 Lucky

📋 copy color: '#AA9F14'

red 170 ◦ green 159 ◦ blue 20

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

Shades of Lucky #AA9F14

Tints of Lucky #AA9F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 48.71%
G = 45.56%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA9F14 (or 0xAA9F14) is known color: Lucky. HEX triplet: AA, 9F and 14. RGB value is (170,159,20). Sum of RGB (Red+Green+Blue) = 170+159+20=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F14 is #5560EB. Grayscale: #939393. Windows color (decimal): -5595372 or 1351594. OLE color: 1351594.

HSL color Cylindrical-coordinate representation of color #AA9F14: hue angle of 55.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA9F14 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 20 -
CMYK 0 0.06 0.88 0.33
HSL 55.6º 0.79% 0.37% -
HSV(B) 55.6º 0.88% 0.67% -
XYZ 29.1 33.39 5.57 -
YUV 146.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 170 159 20 0 0.06 0.88 0.33 55.6 0.79 0.37
Hex AA 9F 14 0 6 58 21 38 4F 25
Octal 252 237 24 0 6 130 41 70 117 45
Binary 10101010 10011111 10100 0 110 1011000 100001 111000 1001111 100101

Color Harmonies of #AA9F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F14

Black with #AA9F14

Text Example


Text Example

White with #AA9F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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