#AB3D4C

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

Shades of Night Shadz #AB3D4C

Tints of Night Shadz #AB3D4C

Color information

#AB3D4C (or 0xAB3D4C) is unknown color: approx Night Shadz. HEX triplet: AB, 3D and 4C. RGB value is (171,61,76). Sum of RGB (Red+Green+Blue) = 171+61+76=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D4C is #54C2B3. Grayscale: #5F5F5F. Windows color (decimal): -5554868 or 4996523. OLE color: 4996523.

HSL color Cylindrical-coordinate representation of color #AB3D4C: hue angle of 351.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3D4C is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1716176-
CMYK00.640.560.33
HSL351.82º47.41%45.49%-
HSV(B)351.82º64.33%67.06%-
XYZ19.7712.528.21-
YUV95.6116.94181.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=55.52%
G=19.81%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171617600.640.560.33351.8247.4145.49
HexAB3D4C04038211602f2d
Octal25375114010070415405755
Binary10101011111101100110001000000111000100001101100000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3D4C; }

 p { color: rgb(171,61,76); }

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

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

 a { background-color: rgb(171,61,76); }

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

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

 span { border-color: rgb(171,61,76); }

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