#A19026

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

Shades of Lemon Ginger #A19026

Tints of Lemon Ginger #A19026

Color information

#A19026 (or 0xA19026) is unknown color: approx Lemon Ginger. HEX triplet: A1, 90 and 26. RGB value is (161,144,38). Sum of RGB (Red+Green+Blue) = 161+144+38=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A19026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19026 is #5E6FD9. Grayscale: #898989. Windows color (decimal): -6189018 or 2527393. OLE color: 2527393.

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

Color convert

RGB16114438-
CMYK00.110.760.37
HSL51.71º61.81%39.02%-
HSV(B)51.71º76.4%63.14%-
XYZ25.0227.665.85-
YUV13772.13145.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=46.94%
G=41.98%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611443800.110.760.3751.7161.8139.02
HexA190260B4C25343e27
Octal2412204601311445647647
Binary1010000110010000100110010111001100100101110100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19026; }

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

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

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

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

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

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

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

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