#A18A28

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

Shades of Lemon Ginger #A18A28

Tints of Lemon Ginger #A18A28

Color information

#A18A28 (or 0xA18A28) is unknown color: approx Lemon Ginger. HEX triplet: A1, 8A and 28. RGB value is (161,138,40). Sum of RGB (Red+Green+Blue) = 161+138+40=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A28 is #5E75D7. Grayscale: #868686. Windows color (decimal): -6190552 or 2656929. OLE color: 2656929.

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

Color convert

RGB16113840-
CMYK00.140.750.37
HSL48.6º60.2%39.41%-
HSV(B)48.6º75.16%63.14%-
XYZ24.1725.915.73-
YUV133.775.12147.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 40 (16.02% from 255) = 11.80%
R=47.49%
G=40.71%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611384000.140.750.3748.660.239.41
HexA18A280E4B25313c27
Octal2412125001611345617447
Binary1010000110001010101000011101001011100101110001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A28; }

 p { color: rgb(161,138,40); }

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

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

 a { background-color: rgb(161,138,40); }

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

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

 span { border-color: rgb(161,138,40); }

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