#AB3F4A

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

Shades of Night Shadz #AB3F4A

Tints of Night Shadz #AB3F4A

Color information

#AB3F4A (or 0xAB3F4A) is unknown color: approx Night Shadz. HEX triplet: AB, 3F and 4A. RGB value is (171,63,74). Sum of RGB (Red+Green+Blue) = 171+63+74=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F4A is #54C0B5. Grayscale: #606060. Windows color (decimal): -5554358 or 4865963. OLE color: 4865963.

HSL color Cylindrical-coordinate representation of color #AB3F4A: hue angle of 353.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F4A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1716374-
CMYK00.630.570.33
HSL353.89º46.15%45.88%-
HSV(B)353.89º63.16%67.06%-
XYZ19.8112.717.89-
YUV96.55115.28181.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=55.52%
G=20.45%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171637400.630.570.33353.8946.1545.88
HexAB3F4A03F39211622e2e
Octal2537711207771415425656
Binary1010101111111110010100111111111001100001101100010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F4A; }

 p { color: rgb(171,63,74); }

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

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

 a { background-color: rgb(171,63,74); }

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

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

 span { border-color: rgb(171,63,74); }

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