#A5355A

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

Shades of Night Shadz #A5355A

Tints of Night Shadz #A5355A

Color information

#A5355A (or 0xA5355A) is unknown color: approx Night Shadz. HEX triplet: A5, 35 and 5A. RGB value is (165,53,90). Sum of RGB (Red+Green+Blue) = 165+53+90=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5355A is #5ACAA5. Grayscale: #5A5A5A. Windows color (decimal): -5950118 or 5911973. OLE color: 5911973.

HSL color Cylindrical-coordinate representation of color #A5355A: hue angle of 340.18º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5355A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1655390-
CMYK00.680.450.35
HSL340.18º51.38%42.75%-
HSV(B)340.18º67.88%64.71%-
XYZ18.6411.2810.87-
YUV90.71127.61180.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=53.57%
G=17.21%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165539000.680.450.35340.1851.3842.75
HexA5355A0442D23154332b
Octal24565132010455435246353
Binary10100101110101101101001000100101101100011101010100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5355A; }

 p { color: rgb(165,53,90); }

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

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

 a { background-color: rgb(165,53,90); }

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

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

 span { border-color: rgb(165,53,90); }

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