#A19908

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

Shades of Lucky #A19908

Tints of Lucky #A19908

Color information

#A19908 (or 0xA19908) is unknown color: approx Lucky. HEX triplet: A1, 99 and 08. RGB value is (161,153,8). Sum of RGB (Red+Green+Blue) = 161+153+8=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A19908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19908 is #5E66F7. Grayscale: #8B8B8B. Windows color (decimal): -6186744 or 563617. OLE color: 563617.

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

Color convert

RGB1611538-
CMYK00.050.950.37
HSL56.86º90.53%33.14%-
HSV(B)56.86º95.03%63.14%-
XYZ26.1330.384.72-
YUV138.8654.15143.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=50%
G=47.52%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161153800.050.950.3756.8690.5333.14
HexA1998055F25395b21
Octal2412311005137457113341
Binary10100001100110011000010110111111001011110011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19908; }

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

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

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

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

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

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

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

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