#A9364C

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

Shades of Night Shadz #A9364C

Tints of Night Shadz #A9364C

Color information

#A9364C (or 0xA9364C) is unknown color: approx Night Shadz. HEX triplet: A9, 36 and 4C. RGB value is (169,54,76). Sum of RGB (Red+Green+Blue) = 169+54+76=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A9364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9364C is #56C9B3. Grayscale: #5A5A5A. Windows color (decimal): -5687732 or 4994729. OLE color: 4994729.

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

Color convert

RGB1695476-
CMYK00.680.550.34
HSL348.52º51.57%43.73%-
HSV(B)348.52º68.05%66.27%-
XYZ18.9911.68.07-
YUV90.89119.6183.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.52%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=56.52%
G=18.06%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169547600.680.550.34348.5251.5743.73
HexA9364C044372215d342c
Octal25166114010467425356454
Binary10101001110110100110001000100110111100010101011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9364C; }

 p { color: rgb(169,54,76); }

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

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

 a { background-color: rgb(169,54,76); }

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

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

 span { border-color: rgb(169,54,76); }

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