#A3992A

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

Shades of Lucky #A3992A

Tints of Lucky #A3992A

Color information

#A3992A (or 0xA3992A) is unknown color: approx Lucky. HEX triplet: A3, 99 and 2A. RGB value is (163,153,42). Sum of RGB (Red+Green+Blue) = 163+153+42=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3992A is #5C66D5. Grayscale: #8F8F8F. Windows color (decimal): -6055638 or 2791843. OLE color: 2791843.

HSL color Cylindrical-coordinate representation of color #A3992A: hue angle of 55.04º 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 #A3992A is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16315342-
CMYK00.060.740.36
HSL55.04º59.02%40.2%-
HSV(B)55.04º74.23%63.92%-
XYZ26.9130.746.7-
YUV143.3470.81142.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 42 (16.80% from 255) = 11.73%
R=45.53%
G=42.74%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631534200.060.740.3655.0459.0240.2
HexA3992A064A24373b28
Octal243231520611244677350
Binary101000111001100110101001101001010100100110111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3992A; }

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

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

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

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

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

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

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

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