#A98E1E

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

Shades of Lucky #A98E1E

Tints of Lucky #A98E1E

Color information

#A98E1E (or 0xA98E1E) is unknown color: approx Lucky. HEX triplet: A9, 8E and 1E. RGB value is (169,142,30). Sum of RGB (Red+Green+Blue) = 169+142+30=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E1E is #5671E1. Grayscale: #898989. Windows color (decimal): -5665250 or 2002601. OLE color: 2002601.

HSL color Cylindrical-coordinate representation of color #A98E1E: hue angle of 48.35º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A98E1E is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16914230-
CMYK00.160.820.34
HSL48.35º69.85%39.02%-
HSV(B)48.35º82.25%66.27%-
XYZ26.2727.875.22-
YUV137.367.45150.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 142 (55.86% from 255) = 41.64%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=49.56%
G=41.64%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691423000.160.820.3448.3569.8539.02
HexA98E1E0105222304627
Octal25121636020122426010647
Binary10101001100011101111001000010100101000101100001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E1E; }

 p { color: rgb(169,142,30); }

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

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

 a { background-color: rgb(169,142,30); }

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

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

 span { border-color: rgb(169,142,30); }

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