#A08C2A

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

Shades of Lemon Ginger #A08C2A

Tints of Lemon Ginger #A08C2A

Color information

#A08C2A (or 0xA08C2A) is unknown color: approx Lemon Ginger. HEX triplet: A0, 8C and 2A. RGB value is (160,140,42). Sum of RGB (Red+Green+Blue) = 160+140+42=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C2A is #5F73D5. Grayscale: #878787. Windows color (decimal): -6255574 or 2788512. OLE color: 2788512.

HSL color Cylindrical-coordinate representation of color #A08C2A: hue angle of 49.83º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A08C2A is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16014042-
CMYK00.120.740.37
HSL49.83º58.42%39.61%-
HSV(B)49.83º73.75%62.75%-
XYZ24.2926.46.01-
YUV134.8175.63145.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=46.78%
G=40.94%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601404200.120.740.3749.8358.4239.61
HexA08C2A0C4A25323a28
Octal2402145201411245627250
Binary1010000010001100101010011001001010100101110010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08C2A; }

 p { color: rgb(160,140,42); }

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

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

 a { background-color: rgb(160,140,42); }

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

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

 span { border-color: rgb(160,140,42); }

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