#A29027

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

Shades of Lemon Ginger #A29027

Tints of Lemon Ginger #A29027

Color information

#A29027 (or 0xA29027) is unknown color: approx Lemon Ginger. HEX triplet: A2, 90 and 27. RGB value is (162,144,39). Sum of RGB (Red+Green+Blue) = 162+144+39=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A29027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29027 is #5D6FD8. Grayscale: #898989. Windows color (decimal): -6123481 or 2592930. OLE color: 2592930.

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

Color convert

RGB16214439-
CMYK00.110.760.36
HSL51.22º61.19%39.41%-
HSV(B)51.22º75.93%63.53%-
XYZ25.2427.775.95-
YUV137.4172.46145.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 39 (15.62% from 255) = 11.30%
R=46.96%
G=41.74%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621443900.110.760.3651.2261.1939.41
HexA290270B4C24333d27
Octal2422204701311444637547
Binary1010001010010000100111010111001100100100110011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29027; }

 p { color: rgb(162,144,39); }

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

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

 a { background-color: rgb(162,144,39); }

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

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

 span { border-color: rgb(162,144,39); }

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