#A3464C

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

Shades of Night Shadz #A3464C

Tints of Night Shadz #A3464C

Color information

#A3464C (or 0xA3464C) is unknown color: approx Night Shadz. HEX triplet: A3, 46 and 4C. RGB value is (163,70,76). Sum of RGB (Red+Green+Blue) = 163+70+76=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3464C is #5CB9B3. Grayscale: #626262. Windows color (decimal): -6076852 or 4998819. OLE color: 4998819.

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

Color convert

RGB1637076-
CMYK00.570.530.36
HSL356.13º39.91%45.69%-
HSV(B)356.13º57.06%63.92%-
XYZ18.612.698.31-
YUV98.49115.31174.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=52.75%
G=22.65%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163707600.570.530.36356.1339.9145.69
HexA3464C0393524164282e
Octal24310611407165445445056
Binary10100011100011010011000111001110101100100101100100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3464C; }

 p { color: rgb(163,70,76); }

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

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

 a { background-color: rgb(163,70,76); }

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

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

 span { border-color: rgb(163,70,76); }

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