#a3494a

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

Shades of Night Shadz #A3494A

Tints of Night Shadz #A3494A

Color information

#A3494A (or 0xA3494A) is unknown color: approx Night Shadz. HEX triplet: A3, 49 and 4A. RGB value is (163,73,74). Sum of RGB (Red+Green+Blue) = 163+73+74=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3494A is #5CB6B5. Grayscale: #646464. Windows color (decimal): -6076086 or 4868515. OLE color: 4868515.

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

Color convert

RGB1637374-
CMYK00.550.550.36
HSL359.33º38.14%46.27%-
HSV(B)359.33º55.21%63.92%-
XYZ18.7213.058.01-
YUV100.02113.32172.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.58%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=52.58%
G=23.55%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163737400.550.550.36359.3338.1446.27
HexA3494A0373724167262e
Octal24311111206767445474656
Binary10100011100100110010100110111110111100100101100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3494a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3494a; }

 p { color: rgb(163,73,74); }

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

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

 a { background-color: rgb(163,73,74); }

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

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

 span { border-color: rgb(163,73,74); }

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