#A3464B

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

Shades of Night Shadz #A3464B

Tints of Night Shadz #A3464B

Color information

#A3464B (or 0xA3464B) is unknown color: approx Night Shadz. HEX triplet: A3, 46 and 4B. RGB value is (163,70,75). Sum of RGB (Red+Green+Blue) = 163+70+75=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3464B is #5CB9B4. Grayscale: #626262. Windows color (decimal): -6076853 or 4933283. OLE color: 4933283.

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

Color convert

RGB1637075-
CMYK00.570.540.36
HSL356.77º39.91%45.69%-
HSV(B)356.77º57.06%63.92%-
XYZ18.5612.678.12-
YUV98.38114.81174.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=52.92%
G=22.73%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163707500.570.540.36356.7739.9145.69
HexA3464B0393624165282e
Octal24310611307166445455056
Binary10100011100011010010110111001110110100100101100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3464B; }

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

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

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

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

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

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

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

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