#A3992E

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

Shades of Lucky #A3992E

Tints of Lucky #A3992E

Color information

#A3992E (or 0xA3992E) is unknown color: approx Lucky. HEX triplet: A3, 99 and 2E. RGB value is (163,153,46). Sum of RGB (Red+Green+Blue) = 163+153+46=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3992E is #5C66D1. Grayscale: #909090. Windows color (decimal): -6055634 or 3053987. OLE color: 3053987.

HSL color Cylindrical-coordinate representation of color #A3992E: hue angle of 54.87º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3992E is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16315346-
CMYK00.060.720.36
HSL54.87º55.98%40.98%-
HSV(B)54.87º71.78%63.92%-
XYZ26.9930.777.1-
YUV143.7972.81141.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=45.03%
G=42.27%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631534600.060.720.3654.8755.9840.98
HexA3992E064824373829
Octal243231560611044677051
Binary101000111001100110111001101001000100100110111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3992E; }

 p { color: rgb(163,153,46); }

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

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

 a { background-color: rgb(163,153,46); }

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

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

 span { border-color: rgb(163,153,46); }

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