#A5484D

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

Shades of Night Shadz #A5484D

Tints of Night Shadz #A5484D

Color information

#A5484D (or 0xA5484D) is unknown color: approx Night Shadz. HEX triplet: A5, 48 and 4D. RGB value is (165,72,77). Sum of RGB (Red+Green+Blue) = 165+72+77=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5484D is #5AB7B2. Grayscale: #646464. Windows color (decimal): -5945267 or 5064869. OLE color: 5064869.

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

Color convert

RGB1657277-
CMYK00.560.530.35
HSL356.77º39.24%46.47%-
HSV(B)356.77º56.36%64.71%-
XYZ19.1713.178.55-
YUV100.38114.81174.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=52.55%
G=22.93%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165727700.560.530.35356.7739.2446.47
HexA5484D0383523165272e
Octal24511011507065435454756
Binary10100101100100010011010111000110101100011101100101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5484D; }

 p { color: rgb(165,72,77); }

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

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

 a { background-color: rgb(165,72,77); }

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

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

 span { border-color: rgb(165,72,77); }

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