#A34748

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

Shades of Night Shadz #A34748

Tints of Night Shadz #A34748

Color information

#A34748 (or 0xA34748) is unknown color: approx Night Shadz. HEX triplet: A3, 47 and 48. RGB value is (163,71,72). Sum of RGB (Red+Green+Blue) = 163+71+72=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A34748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34748 is #5CB8B7. Grayscale: #626262. Windows color (decimal): -6076600 or 4736931. OLE color: 4736931.

HSL color Cylindrical-coordinate representation of color #A34748: hue angle of 359.35º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34748 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1637172-
CMYK00.560.560.36
HSL359.35º39.32%45.88%-
HSV(B)359.35º56.44%63.92%-
XYZ18.5312.767.62-
YUV98.62112.98173.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=53.27%
G=23.20%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163717200.560.560.36359.3539.3245.88
HexA347480383824167272e
Octal24310711007070445474756
Binary10100011100011110010000111000111000100100101100111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34748; }

 p { color: rgb(163,71,72); }

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

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

 a { background-color: rgb(163,71,72); }

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

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

 span { border-color: rgb(163,71,72); }

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