#A9374D

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

Shades of Night Shadz #A9374D

Tints of Night Shadz #A9374D

Color information

#A9374D (or 0xA9374D) is unknown color: approx Night Shadz. HEX triplet: A9, 37 and 4D. RGB value is (169,55,77). Sum of RGB (Red+Green+Blue) = 169+55+77=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A9374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9374D is #56C8B2. Grayscale: #5B5B5B. Windows color (decimal): -5687475 or 5060521. OLE color: 5060521.

HSL color Cylindrical-coordinate representation of color #A9374D: hue angle of 348.42º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9374D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1695577-
CMYK00.670.540.34
HSL348.42º50.89%43.92%-
HSV(B)348.42º67.46%66.27%-
XYZ19.0711.78.28-
YUV91.59119.77183.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.15%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=56.15%
G=18.27%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169557700.670.540.34348.4250.8943.92
HexA9374D043362215c332c
Octal25167115010366425346354
Binary10101001110111100110101000011110110100010101011100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9374D; }

 p { color: rgb(169,55,77); }

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

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

 a { background-color: rgb(169,55,77); }

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

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

 span { border-color: rgb(169,55,77); }

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