#AB4345

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

Shades of Night Shadz #AB4345

Tints of Night Shadz #AB4345

Color information

#AB4345 (or 0xAB4345) is unknown color: approx Night Shadz. HEX triplet: AB, 43 and 45. RGB value is (171,67,69). Sum of RGB (Red+Green+Blue) = 171+67+69=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4345 is #54BCBA. Grayscale: #626262. Windows color (decimal): -5553339 or 4539307. OLE color: 4539307.

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

Color convert

RGB1716769-
CMYK00.610.600.33
HSL358.85º43.7%46.67%-
HSV(B)358.85º60.82%67.06%-
XYZ19.8813.17.11-
YUV98.32111.46179.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=55.70%
G=21.82%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171676900.610.600.33358.8543.746.67
HexAB434503D3C211672c2f
Octal25310310507574415475457
Binary10101011100001110001010111101111100100001101100111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4345; }

 p { color: rgb(171,67,69); }

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

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

 a { background-color: rgb(171,67,69); }

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

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

 span { border-color: rgb(171,67,69); }

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