#A6464B

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

Shades of Night Shadz #A6464B

Tints of Night Shadz #A6464B

Color information

#A6464B (or 0xA6464B) is unknown color: approx Night Shadz. HEX triplet: A6, 46 and 4B. RGB value is (166,70,75). Sum of RGB (Red+Green+Blue) = 166+70+75=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6464B is #59B9B4. Grayscale: #636363. Windows color (decimal): -5880245 or 4933286. OLE color: 4933286.

HSL color Cylindrical-coordinate representation of color #A6464B: hue angle of 356.88º 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 #A6464B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1667075-
CMYK00.580.550.35
HSL356.88º40.68%46.27%-
HSV(B)356.88º57.83%65.1%-
XYZ19.19138.15-
YUV99.27114.3175.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=53.38%
G=22.51%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166707500.580.550.35356.8840.6846.27
HexA6464B03A3723165292e
Octal24610611307267435455156
Binary10100110100011010010110111010110111100011101100101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6464B; }

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

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

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

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

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

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

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

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