#A0474F

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

Shades of Night Shadz #A0474F

Tints of Night Shadz #A0474F

Color information

#A0474F (or 0xA0474F) is unknown color: approx Night Shadz. HEX triplet: A0, 47 and 4F. RGB value is (160,71,79). Sum of RGB (Red+Green+Blue) = 160+71+79=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0474F is #5FB8B0. Grayscale: #626262. Windows color (decimal): -6273201 or 5195680. OLE color: 5195680.

HSL color Cylindrical-coordinate representation of color #A0474F: hue angle of 354.61º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0474F is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1607179-
CMYK00.560.510.37
HSL354.61º38.53%45.29%-
HSV(B)354.61º55.62%62.75%-
XYZ18.1612.548.86-
YUV98.52116.99171.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=51.61%
G=22.90%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160717900.560.510.37354.6138.5345.29
HexA0474F0383325163272d
Octal24010711707063455434755
Binary10100000100011110011110111000110011100101101100011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0474F; }

 p { color: rgb(160,71,79); }

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

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

 a { background-color: rgb(160,71,79); }

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

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

 span { border-color: rgb(160,71,79); }

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