#A18C25

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

Shades of Lemon Ginger #A18C25

Tints of Lemon Ginger #A18C25

Color information

#A18C25 (or 0xA18C25) is unknown color: approx Lemon Ginger. HEX triplet: A1, 8C and 25. RGB value is (161,140,37). Sum of RGB (Red+Green+Blue) = 161+140+37=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C25 is #5E73DA. Grayscale: #868686. Windows color (decimal): -6190043 or 2460833. OLE color: 2460833.

HSL color Cylindrical-coordinate representation of color #A18C25: hue angle of 49.84º 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 #A18C25 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB16114037-
CMYK00.130.770.37
HSL49.84º62.63%38.82%-
HSV(B)49.84º77.02%63.14%-
XYZ24.4126.475.57-
YUV134.5472.96146.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 140 (55.08% from 255) = 41.42%
BLUE value IS 37 (14.84% from 255) = 10.95%
R=47.63%
G=41.42%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611403700.130.770.3749.8462.6338.82
HexA18C250D4D25323f27
Octal2412144501511545627747
Binary1010000110001100100101011011001101100101110010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C25; }

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

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

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

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

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

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

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

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