Html Css Color HEX #A19016 Lucky

📋 copy color: '#A19016'

red 161 ◦ green 144 ◦ blue 22

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

Shades of Lucky #A19016

Tints of Lucky #A19016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.04%

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

R = 49.24%
G = 44.04%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A19016 (or 0xA19016) is known color: Lucky. HEX triplet: A1, 90 and 16. RGB value is (161,144,22). Sum of RGB (Red+Green+Blue) = 161+144+22=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A19016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19016 is #5E6FE9. Grayscale: #878787. Windows color (decimal): -6189034 or 1478817. OLE color: 1478817.

HSL color Cylindrical-coordinate representation of color #A19016: hue angle of 52.66º 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 #A19016 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 144 22 -
CMYK 0 0.11 0.86 0.37
HSL 52.66º 0.76% 0.36% -
HSV(B) 52.66º 0.86% 0.63% -
XYZ 24.82 27.58 4.77 -
YUV 135.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 161 144 22 0 0.11 0.86 0.37 52.66 0.76 0.36
Hex A1 90 16 0 B 56 25 35 4C 24
Octal 241 220 26 0 13 126 45 65 114 44
Binary 10100001 10010000 10110 0 1011 1010110 100101 110101 1001100 100100

Color Harmonies of #A19016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19016

Black with #A19016

Text Example


Text Example

White with #A19016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19016; }

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

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

background-color css

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

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

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

border-color css

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

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

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