#A19829

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

Shades of Lucky #A19829

Tints of Lucky #A19829

Color information

#A19829 (or 0xA19829) is unknown color: approx Lucky. HEX triplet: A1, 98 and 29. RGB value is (161,152,41). Sum of RGB (Red+Green+Blue) = 161+152+41=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A19829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19829 is #5E67D6. Grayscale: #8E8E8E. Windows color (decimal): -6186967 or 2726049. OLE color: 2726049.

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

Color convert

RGB16115241-
CMYK00.060.750.37
HSL55.5º59.41%39.61%-
HSV(B)55.5º74.53%63.14%-
XYZ26.3330.196.54-
YUV142.0470.98141.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 152 (59.77% from 255) = 42.94%
BLUE value IS 41 (16.41% from 255) = 11.58%
R=45.48%
G=42.94%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611524100.060.750.3755.559.4139.61
HexA19829064B25383b28
Octal241230510611345707350
Binary101000011001100010100101101001011100101111000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19829; }

 p { color: rgb(161,152,41); }

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

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

 a { background-color: rgb(161,152,41); }

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

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

 span { border-color: rgb(161,152,41); }

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