#A09228

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

Shades of Lemon Ginger #A09228

Tints of Lemon Ginger #A09228

Color information

#A09228 (or 0xA09228) is unknown color: approx Lemon Ginger. HEX triplet: A0, 92 and 28. RGB value is (160,146,40). Sum of RGB (Red+Green+Blue) = 160+146+40=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A09228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09228 is #5F6DD7. Grayscale: #8A8A8A. Windows color (decimal): -6254040 or 2658976. OLE color: 2658976.

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

Color convert

RGB16014640-
CMYK00.090.750.37
HSL53º60%39.22%-
HSV(B)53º75%62.75%-
XYZ25.1628.186.12-
YUV138.172.64143.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 40 (16.02% from 255) = 11.56%
R=46.24%
G=42.20%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601464000.090.750.37536039.22
HexA09228094B25353c27
Octal2402225001111345657447
Binary1010000010010010101000010011001011100101110101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09228; }

 p { color: rgb(160,146,40); }

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

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

 a { background-color: rgb(160,146,40); }

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

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

 span { border-color: rgb(160,146,40); }

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