#A19625

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

Shades of Lucky #A19625

Tints of Lucky #A19625

Color information

#A19625 (or 0xA19625) is unknown color: approx Lucky. HEX triplet: A1, 96 and 25. RGB value is (161,150,37). Sum of RGB (Red+Green+Blue) = 161+150+37=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A19625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19625 is #5E69DA. Grayscale: #8C8C8C. Windows color (decimal): -6187483 or 2463393. OLE color: 2463393.

HSL color Cylindrical-coordinate representation of color #A19625: hue angle of 54.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A19625 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB16115037-
CMYK00.070.770.37
HSL54.68º62.63%38.82%-
HSV(B)54.68º77.02%63.14%-
XYZ25.9429.526.08-
YUV140.4169.64142.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 37 (14.84% from 255) = 10.63%
R=46.26%
G=43.10%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611503700.070.770.3754.6862.6338.82
HexA19625074D25373f27
Octal241226450711545677747
Binary101000011001011010010101111001101100101110111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19625; }

 p { color: rgb(161,150,37); }

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

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

 a { background-color: rgb(161,150,37); }

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

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

 span { border-color: rgb(161,150,37); }

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