#A1474F

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

Shades of Night Shadz #A1474F

Tints of Night Shadz #A1474F

Color information

#A1474F (or 0xA1474F) is unknown color: approx Night Shadz. HEX triplet: A1, 47 and 4F. RGB value is (161,71,79). Sum of RGB (Red+Green+Blue) = 161+71+79=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1474F is #5EB8B0. Grayscale: #626262. Windows color (decimal): -6207665 or 5195681. OLE color: 5195681.

HSL color Cylindrical-coordinate representation of color #A1474F: hue angle of 354.67º 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 #A1474F is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1617179-
CMYK00.560.510.37
HSL354.67º38.79%45.49%-
HSV(B)354.67º55.9%63.14%-
XYZ18.3612.658.87-
YUV98.82116.82172.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=51.77%
G=22.83%
B=25.40%

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
Decimal161717900.560.510.37354.6738.7945.49
HexA1474F0383325163272d
Octal24110711707063455434755
Binary10100001100011110011110111000110011100101101100011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1474F; }

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

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

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

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

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

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

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

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