#A4464C

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

Shades of Night Shadz #A4464C

Tints of Night Shadz #A4464C

Color information

#A4464C (or 0xA4464C) is unknown color: approx Night Shadz. HEX triplet: A4, 46 and 4C. RGB value is (164,70,76). Sum of RGB (Red+Green+Blue) = 164+70+76=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4464C is #5BB9B3. Grayscale: #626262. Windows color (decimal): -6011316 or 4998820. OLE color: 4998820.

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

Color convert

RGB1647076-
CMYK00.570.540.36
HSL356.17º40.17%45.88%-
HSV(B)356.17º57.32%64.31%-
XYZ18.812.798.32-
YUV98.79115.14174.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 76 (30.08% from 255) = 24.52%
R=52.90%
G=22.58%
B=24.52%

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
Decimal164707600.570.540.36356.1740.1745.88
HexA4464C0393624164282e
Octal24410611407166445445056
Binary10100100100011010011000111001110110100100101100100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4464C; }

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

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

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

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

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

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

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

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