#A0484B

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

Shades of Night Shadz #A0484B

Tints of Night Shadz #A0484B

Color information

#A0484B (or 0xA0484B) is unknown color: approx Night Shadz. HEX triplet: A0, 48 and 4B. RGB value is (160,72,75). Sum of RGB (Red+Green+Blue) = 160+72+75=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0484B is #5FB7B4. Grayscale: #626262. Windows color (decimal): -6272949 or 4933792. OLE color: 4933792.

HSL color Cylindrical-coordinate representation of color #A0484B: hue angle of 357.95º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0484B is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1607275-
CMYK00.550.530.37
HSL357.95º37.93%45.49%-
HSV(B)357.95º55%62.75%-
XYZ18.0812.628.14-
YUV98.65114.65171.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=52.12%
G=23.45%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160727500.550.530.37357.9537.9345.49
HexA0484B0373525166262d
Octal24011011306765455464655
Binary10100000100100010010110110111110101100101101100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0484B; }

 p { color: rgb(160,72,75); }

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

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

 a { background-color: rgb(160,72,75); }

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

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

 span { border-color: rgb(160,72,75); }

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