#A2425A

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

Shades of Night Shadz #A2425A

Tints of Night Shadz #A2425A

Color information

#A2425A (or 0xA2425A) is unknown color: approx Night Shadz. HEX triplet: A2, 42 and 5A. RGB value is (162,66,90). Sum of RGB (Red+Green+Blue) = 162+66+90=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2425A is #5DBDA5. Grayscale: #616161. Windows color (decimal): -6143398 or 5915298. OLE color: 5915298.

HSL color Cylindrical-coordinate representation of color #A2425A: hue angle of 345º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2425A is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1626690-
CMYK00.590.440.36
HSL345º42.11%44.71%-
HSV(B)345º59.26%63.53%-
XYZ18.6912.3211.06-
YUV97.44123.8174.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=50.94%
G=20.75%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162669000.590.440.3634542.1144.71
HexA2425A03B2C241592a2d
Octal24210213207354445315255
Binary10100010100001010110100111011101100100100101011001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2425A; }

 p { color: rgb(162,66,90); }

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

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

 a { background-color: rgb(162,66,90); }

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

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

 span { border-color: rgb(162,66,90); }

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