#a0385a

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

Shades of Night Shadz #A0385A

Tints of Night Shadz #A0385A

Color information

#A0385A (or 0xA0385A) is unknown color: approx Night Shadz. HEX triplet: A0, 38 and 5A. RGB value is (160,56,90). Sum of RGB (Red+Green+Blue) = 160+56+90=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0385A is #5FC7A5. Grayscale: #5A5A5A. Windows color (decimal): -6277030 or 5912736. OLE color: 5912736.

HSL color Cylindrical-coordinate representation of color #A0385A: hue angle of 340.38º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0385A is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1605690-
CMYK00.650.440.37
HSL340.38º48.15%42.35%-
HSV(B)340.38º65%62.75%-
XYZ17.7611.0410.87-
YUV90.97127.46177.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.29%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=52.29%
G=18.30%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160569000.650.440.37340.3848.1542.35
HexA0385A0412C25154302a
Octal24070132010154455246052
Binary10100000111000101101001000001101100100101101010100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0385a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0385a; }

 p { color: rgb(160,56,90); }

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

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

 a { background-color: rgb(160,56,90); }

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

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

 span { border-color: rgb(160,56,90); }

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