#A6464F

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

Shades of Night Shadz #A6464F

Tints of Night Shadz #A6464F

Color information

#A6464F (or 0xA6464F) is unknown color: approx Night Shadz. HEX triplet: A6, 46 and 4F. RGB value is (166,70,79). Sum of RGB (Red+Green+Blue) = 166+70+79=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6464F is #59B9B0. Grayscale: #636363. Windows color (decimal): -5880241 or 5195430. OLE color: 5195430.

HSL color Cylindrical-coordinate representation of color #A6464F: hue angle of 354.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6464F is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1667079-
CMYK00.580.520.35
HSL354.38º40.68%46.27%-
HSV(B)354.38º57.83%65.1%-
XYZ19.3313.058.9-
YUV99.73116.3175.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=52.70%
G=22.22%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166707900.580.520.35354.3840.6846.27
HexA6464F03A3423162292e
Octal24610611707264435425156
Binary10100110100011010011110111010110100100011101100010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6464F; }

 p { color: rgb(166,70,79); }

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

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

 a { background-color: rgb(166,70,79); }

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

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

 span { border-color: rgb(166,70,79); }

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