#A1474A

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

Shades of Night Shadz #A1474A

Tints of Night Shadz #A1474A

Color information

#A1474A (or 0xA1474A) is unknown color: approx Night Shadz. HEX triplet: A1, 47 and 4A. RGB value is (161,71,74). Sum of RGB (Red+Green+Blue) = 161+71+74=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1474A is #5EB8B5. Grayscale: #626262. Windows color (decimal): -6207670 or 4868001. OLE color: 4868001.

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

Color convert

RGB1617174-
CMYK00.560.540.37
HSL358º38.79%45.49%-
HSV(B)358º55.9%63.14%-
XYZ18.1912.587.95-
YUV98.25114.32172.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=52.61%
G=23.20%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161717400.560.540.3735838.7945.49
HexA1474A0383625166272d
Octal24110711207066455464755
Binary10100001100011110010100111000110110100101101100110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1474A; }

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

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

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

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

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

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

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

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