#A34250

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

Shades of Night Shadz #A34250

Tints of Night Shadz #A34250

Color information

#A34250 (or 0xA34250) is unknown color: approx Night Shadz. HEX triplet: A3, 42 and 50. RGB value is (163,66,80). Sum of RGB (Red+Green+Blue) = 163+66+80=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A34250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34250 is #5CBDAF. Grayscale: #606060. Windows color (decimal): -6077872 or 5259939. OLE color: 5259939.

HSL color Cylindrical-coordinate representation of color #A34250: hue angle of 351.34º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34250 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1636680-
CMYK00.600.510.36
HSL351.34º42.36%44.9%-
HSV(B)351.34º59.51%63.92%-
XYZ18.512.268.98-
YUV96.6118.64175.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=52.75%
G=21.36%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163668000.600.510.36351.3442.3644.9
HexA3425003C332415f2a2d
Octal24310212007463445375255
Binary10100011100001010100000111100110011100100101011111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34250; }

 p { color: rgb(163,66,80); }

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

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

 a { background-color: rgb(163,66,80); }

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

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

 span { border-color: rgb(163,66,80); }

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