#A3464E

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

Shades of Night Shadz #A3464E

Tints of Night Shadz #A3464E

Color information

#A3464E (or 0xA3464E) is unknown color: approx Night Shadz. HEX triplet: A3, 46 and 4E. RGB value is (163,70,78). Sum of RGB (Red+Green+Blue) = 163+70+78=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3464E is #5CB9B1. Grayscale: #626262. Windows color (decimal): -6076850 or 5129891. OLE color: 5129891.

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

Color convert

RGB1637078-
CMYK00.570.520.36
HSL354.84º39.91%45.69%-
HSV(B)354.84º57.06%63.92%-
XYZ18.6712.728.68-
YUV98.72116.31173.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=52.41%
G=22.51%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163707800.570.520.36354.8439.9145.69
HexA3464E0393424163282e
Octal24310611607164445435056
Binary10100011100011010011100111001110100100100101100011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3464E; }

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

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

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

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

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

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

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

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