#A3364A

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

Shades of Night Shadz #A3364A

Tints of Night Shadz #A3364A

Color information

#A3364A (or 0xA3364A) is unknown color: approx Night Shadz. HEX triplet: A3, 36 and 4A. RGB value is (163,54,74). Sum of RGB (Red+Green+Blue) = 163+54+74=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3364A is #5CC9B5. Grayscale: #585858. Windows color (decimal): -6080950 or 4863651. OLE color: 4863651.

HSL color Cylindrical-coordinate representation of color #A3364A: hue angle of 348.99º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3364A is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1635474-
CMYK00.670.550.36
HSL348.99º50.23%42.55%-
HSV(B)348.99º66.87%63.92%-
XYZ17.6610.927.66-
YUV88.87119.61180.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=56.01%
G=18.56%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163547400.670.550.36348.9950.2342.55
HexA3364A043372415d322b
Octal24366112010367445356253
Binary10100011110110100101001000011110111100100101011101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3364A; }

 p { color: rgb(163,54,74); }

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

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

 a { background-color: rgb(163,54,74); }

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

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

 span { border-color: rgb(163,54,74); }

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