#A1474D

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

Shades of Night Shadz #A1474D

Tints of Night Shadz #A1474D

Color information

#A1474D (or 0xA1474D) is unknown color: approx Night Shadz. HEX triplet: A1, 47 and 4D. RGB value is (161,71,77). Sum of RGB (Red+Green+Blue) = 161+71+77=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1474D is #5EB8B2. Grayscale: #626262. Windows color (decimal): -6207667 or 5064609. OLE color: 5064609.

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

Color convert

RGB1617177-
CMYK00.560.520.37
HSL356º38.79%45.49%-
HSV(B)356º55.9%63.14%-
XYZ18.2912.628.49-
YUV98.59115.82172.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 77 (30.47% from 255) = 24.92%
R=52.10%
G=22.98%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161717700.560.520.3735638.7945.49
HexA1474D0383425164272d
Octal24110711507064455444755
Binary10100001100011110011010111000110100100101101100100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1474D; }

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

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

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

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

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

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

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

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