#AB2143

Color #AB2143 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AB2143

Tints of Old Rose #AB2143

Color information

#AB2143 (or 0xAB2143) is unknown color: approx Old Rose. HEX triplet: AB, 21 and 43. RGB value is (171,33,67). Sum of RGB (Red+Green+Blue) = 171+33+67=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2143 is #54DEBC. Grayscale: #4E4E4E. Windows color (decimal): -5562045 or 4399531. OLE color: 4399531.

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

Color convert

RGB1713367-
CMYK00.810.610.33
HSL345.22º67.65%40%-
HSV(B)345.22º80.7%67.06%-
XYZ18.3510.156.3-
YUV78.14121.72194.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.10%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=63.10%
G=12.18%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171336700.810.610.33345.2267.6540
HexAB21430513D211594428
Octal253411030121754153110450
Binary101010111000011000011010100011111011000011010110011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2143; }

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

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

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

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

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

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

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

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