#A3474F

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

Shades of Night Shadz #A3474F

Tints of Night Shadz #A3474F

Color information

#A3474F (or 0xA3474F) is unknown color: approx Night Shadz. HEX triplet: A3, 47 and 4F. RGB value is (163,71,79). Sum of RGB (Red+Green+Blue) = 163+71+79=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3474F is #5CB8B0. Grayscale: #636363. Windows color (decimal): -6076593 or 5195683. OLE color: 5195683.

HSL color Cylindrical-coordinate representation of color #A3474F: hue angle of 354.78º 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 #A3474F is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1637179-
CMYK00.560.520.36
HSL354.78º39.32%45.88%-
HSV(B)354.78º56.44%63.92%-
XYZ18.7712.868.89-
YUV99.42116.48173.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 71 (28.12% from 255) = 22.68%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=52.08%
G=22.68%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163717900.560.520.36354.7839.3245.88
HexA3474F0383424163272e
Octal24310711707064445434756
Binary10100011100011110011110111000110100100100101100011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3474F; }

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

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

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

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

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

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

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

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