#A5484A

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

Shades of Night Shadz #A5484A

Tints of Night Shadz #A5484A

Color information

#A5484A (or 0xA5484A) is unknown color: approx Night Shadz. HEX triplet: A5, 48 and 4A. RGB value is (165,72,74). Sum of RGB (Red+Green+Blue) = 165+72+74=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5484A is #5AB7B5. Grayscale: #646464. Windows color (decimal): -5945270 or 4868261. OLE color: 4868261.

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

Color convert

RGB1657274-
CMYK00.560.550.35
HSL358.71º39.24%46.47%-
HSV(B)358.71º56.36%64.71%-
XYZ19.0713.138.01-
YUV100.04113.31174.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=53.05%
G=23.15%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165727400.560.550.35358.7139.2446.47
HexA5484A0383723167272e
Octal24511011207067435474756
Binary10100101100100010010100111000110111100011101100111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5484A; }

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

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

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

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

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

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

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

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