#A5474B

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

Shades of Night Shadz #A5474B

Tints of Night Shadz #A5474B

Color information

#A5474B (or 0xA5474B) is unknown color: approx Night Shadz. HEX triplet: A5, 47 and 4B. RGB value is (165,71,75). Sum of RGB (Red+Green+Blue) = 165+71+75=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5474B is #5AB8B4. Grayscale: #636363. Windows color (decimal): -5945525 or 4933541. OLE color: 4933541.

HSL color Cylindrical-coordinate representation of color #A5474B: hue angle of 357.45º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5474B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1657175-
CMYK00.570.550.35
HSL357.45º39.83%46.27%-
HSV(B)357.45º56.97%64.71%-
XYZ19.0413.018.16-
YUV99.56114.14174.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=53.05%
G=22.83%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165717500.570.550.35357.4539.8346.27
HexA5474B0393723165282e
Octal24510711307167435455056
Binary10100101100011110010110111001110111100011101100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5474B; }

 p { color: rgb(165,71,75); }

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

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

 a { background-color: rgb(165,71,75); }

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

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

 span { border-color: rgb(165,71,75); }

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