Html Css Color HEX #AA9F13 Lucky

📋 copy color: '#AA9F13'

red 170 ◦ green 159 ◦ blue 19

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

Shades of Lucky #AA9F13

Tints of Lucky #AA9F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 48.85%
G = 45.69%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA9F13 (or 0xAA9F13) is known color: Lucky. HEX triplet: AA, 9F and 13. RGB value is (170,159,19). Sum of RGB (Red+Green+Blue) = 170+159+19=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F13 is #5560EC. Grayscale: #929292. Windows color (decimal): -5595373 or 1286058. OLE color: 1286058.

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

Color convert

RGB 170 159 19 -
CMYK 0 0.06 0.89 0.33
HSL 55.63º 0.8% 0.37% -
HSV(B) 55.63º 0.89% 0.67% -
XYZ 29.09 33.39 5.53 -
YUV 146.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 170 159 19 0 0.06 0.89 0.33 55.63 0.8 0.37
Hex AA 9F 13 0 6 59 21 38 50 25
Octal 252 237 23 0 6 131 41 70 120 45
Binary 10101010 10011111 10011 0 110 1011001 100001 111000 1010000 100101

Color Harmonies of #AA9F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F13

Black with #AA9F13

Text Example


Text Example

White with #AA9F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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