Html Css Color HEX #A99116 Lucky

📋 copy color: '#A99116'

red 169 ◦ green 145 ◦ blue 22

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

Shades of Lucky #A99116

Tints of Lucky #A99116

RGB

 RED value IS 169 (66.41% from 255) = 50.3%

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 50.3%
G = 43.15%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A99116 (or 0xA99116) is known color: Lucky. HEX triplet: A9, 91 and 16. RGB value is (169,145,22). Sum of RGB (Red+Green+Blue) = 169+145+22=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A99116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99116 is #566EE9. Grayscale: #8A8A8A. Windows color (decimal): -5664490 or 1479081. OLE color: 1479081.

HSL color Cylindrical-coordinate representation of color #A99116: hue angle of 50.2º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A99116 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 145 22 -
CMYK 0 0.14 0.87 0.34
HSL 50.2º 0.77% 0.37% -
HSV(B) 50.2º 0.87% 0.66% -
XYZ 26.63 28.74 4.9 -
YUV 138.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 169 145 22 0 0.14 0.87 0.34 50.2 0.77 0.37
Hex A9 91 16 0 E 57 22 32 4D 25
Octal 251 221 26 0 16 127 42 62 115 45
Binary 10101001 10010001 10110 0 1110 1010111 100010 110010 1001101 100101

Color Harmonies of #A99116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99116

Black with #A99116

Text Example


Text Example

White with #A99116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99116; }

 p { color: rgb(169,145,22); }

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

background-color css

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

 a { background-color: rgb(169,145,22); }

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

border-color css

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

 span { border-color: rgb(169,145,22); }

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