#8A7E16

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

Shades of Lemon Ginger #8A7E16

Tints of Lemon Ginger #8A7E16

Color information

#8A7E16 (or 0x8A7E16) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 7E and 16. RGB value is (138,126,22). Sum of RGB (Red+Green+Blue) = 138+126+22=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7E16 is #7581E9. Grayscale: #767676. Windows color (decimal): -7700970 or 1474186. OLE color: 1474186.

HSL color Cylindrical-coordinate representation of color #8A7E16: hue angle of 53.79º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A7E16 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB13812622-
CMYK00.090.840.46
HSL53.79º72.5%31.37%-
HSV(B)53.79º84.06%54.12%-
XYZ18.0920.383.74-
YUV117.7373.98142.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 126 (49.61% from 255) = 44.06%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=48.25%
G=44.06%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381262200.090.840.4653.7972.531.37
Hex8A7E1609542E36481f
Octal21217626011124566611037
Binary10001010111111010110010011010100101110110110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7E16; }

 p { color: rgb(138,126,22); }

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

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

 a { background-color: rgb(138,126,22); }

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

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

 span { border-color: rgb(138,126,22); }

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