#A19714

Color #A19714 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A19714

Tints of Lucky #A19714

Color information

#A19714 (or 0xA19714) is unknown color: approx Lucky. HEX triplet: A1, 97 and 14. RGB value is (161,151,20). Sum of RGB (Red+Green+Blue) = 161+151+20=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A19714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19714 is #5E68EB. Grayscale: #8B8B8B. Windows color (decimal): -6187244 or 1349537. OLE color: 1349537.

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

Color convert

RGB16115120-
CMYK00.060.880.37
HSL55.74º77.9%35.49%-
HSV(B)55.74º87.58%63.14%-
XYZ25.8929.765.04-
YUV139.0660.81143.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 20 (8.20% from 255) = 6.02%
R=48.49%
G=45.48%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611512000.060.880.3755.7477.935.49
HexA19714065825384e23
Octal2412272406130457011643
Binary101000011001011110100011010110001001011110001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19714; }

 p { color: rgb(161,151,20); }

 H1.HeaderClassName
 {
   color: #A19714;
 }
 .AnyTagClassName
 {
   color: #A19714;
 }
</style>
background-color css

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

 a { background-color: rgb(161,151,20); }

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

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

 span { border-color: rgb(161,151,20); }

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