#A3982A

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

Shades of Lucky #A3982A

Tints of Lucky #A3982A

Color information

#A3982A (or 0xA3982A) is unknown color: approx Lucky. HEX triplet: A3, 98 and 2A. RGB value is (163,152,42). Sum of RGB (Red+Green+Blue) = 163+152+42=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3982A is #5C67D5. Grayscale: #8F8F8F. Windows color (decimal): -6055894 or 2791587. OLE color: 2791587.

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

Color convert

RGB16315242-
CMYK00.070.740.36
HSL54.55º59.02%40.2%-
HSV(B)54.55º74.23%63.92%-
XYZ26.7530.416.65-
YUV142.7571.14142.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=45.66%
G=42.58%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631524200.070.740.3654.5559.0240.2
HexA3982A074A24373b28
Octal243230520711244677350
Binary101000111001100010101001111001010100100110111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3982A; }

 p { color: rgb(163,152,42); }

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

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

 a { background-color: rgb(163,152,42); }

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

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

 span { border-color: rgb(163,152,42); }

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