Html Css Color HEX #A19916 Lucky

📋 copy color: '#A19916'

red 161 ◦ green 153 ◦ blue 22

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

Shades of Lucky #A19916

Tints of Lucky #A19916

RGB

 RED value IS 161 (63.28% from 255) = 47.92%

 GREEN value IS 153 (60.16% from 255) = 45.54%

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

R = 47.92%
G = 45.54%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A19916 (or 0xA19916) is known color: Lucky. HEX triplet: A1, 99 and 16. RGB value is (161,153,22). Sum of RGB (Red+Green+Blue) = 161+153+22=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A19916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19916 is #5E66E9. Grayscale: #8C8C8C. Windows color (decimal): -6186730 or 1481121. OLE color: 1481121.

HSL color Cylindrical-coordinate representation of color #A19916: hue angle of 56.55º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A19916 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 22 -
CMYK 0 0.05 0.86 0.37
HSL 56.55º 0.76% 0.36% -
HSV(B) 56.55º 0.86% 0.63% -
XYZ 26.23 30.42 5.25 -
YUV 140.46 61.15 142.65 -
System Red Green Blue C M Y K H S L
Decimal 161 153 22 0 0.05 0.86 0.37 56.55 0.76 0.36
Hex A1 99 16 0 5 56 25 39 4C 24
Octal 241 231 26 0 5 126 45 71 114 44
Binary 10100001 10011001 10110 0 101 1010110 100101 111001 1001100 100100

Color Harmonies of #A19916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19916

Black with #A19916

Text Example


Text Example

White with #A19916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19916; }

 p { color: rgb(161,153,22); }

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

background-color css

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

 a { background-color: rgb(161,153,22); }

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

border-color css

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

 span { border-color: rgb(161,153,22); }

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