#A4981E

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

Shades of Lucky #A4981E

Tints of Lucky #A4981E

Color information

#A4981E (or 0xA4981E) is unknown color: approx Lucky. HEX triplet: A4, 98 and 1E. RGB value is (164,152,30). Sum of RGB (Red+Green+Blue) = 164+152+30=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4981E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4981E is #5B67E1. Grayscale: #8E8E8E. Windows color (decimal): -5990370 or 2005156. OLE color: 2005156.

HSL color Cylindrical-coordinate representation of color #A4981E: hue angle of 54.63º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4981E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16415230-
CMYK00.070.820.36
HSL54.63º69.07%38.04%-
HSV(B)54.63º81.71%64.31%-
XYZ26.7730.445.69-
YUV141.6864.98143.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 152 (59.77% from 255) = 43.93%
BLUE value IS 30 (12.11% from 255) = 8.67%
R=47.40%
G=43.93%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641523000.070.820.3654.6369.0738.04
HexA4981E075224374526
Octal2442303607122446710546
Binary101001001001100011110011110100101001001101111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4981E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4981E; }

 p { color: rgb(164,152,30); }

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

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

 a { background-color: rgb(164,152,30); }

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

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

 span { border-color: rgb(164,152,30); }

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