#A74255

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

Shades of Night Shadz #A74255

Tints of Night Shadz #A74255

Color information

#A74255 (or 0xA74255) is unknown color: approx Night Shadz. HEX triplet: A7, 42 and 55. RGB value is (167,66,85). Sum of RGB (Red+Green+Blue) = 167+66+85=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A74255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74255 is #58BDAA. Grayscale: #626262. Windows color (decimal): -5815723 or 5587623. OLE color: 5587623.

HSL color Cylindrical-coordinate representation of color #A74255: hue angle of 348.71º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74255 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB1676685-
CMYK00.600.490.35
HSL348.71º43.35%45.69%-
HSV(B)348.71º60.48%65.49%-
XYZ19.5212.7710.03-
YUV98.36120.46176.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.52%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=52.52%
G=20.75%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167668500.600.490.35348.7143.3545.69
HexA7425503C312315d2b2e
Octal24710212507461435355356
Binary10100111100001010101010111100110001100011101011101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74255; }

 p { color: rgb(167,66,85); }

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

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

 a { background-color: rgb(167,66,85); }

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

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

 span { border-color: rgb(167,66,85); }

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