#AB3143

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

Shades of Old Rose #AB3143

Tints of Old Rose #AB3143

Color information

#AB3143 (or 0xAB3143) is unknown color: approx Old Rose. HEX triplet: AB, 31 and 43. RGB value is (171,49,67). Sum of RGB (Red+Green+Blue) = 171+49+67=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3143 is #54CEBC. Grayscale: #575757. Windows color (decimal): -5557949 or 4403627. OLE color: 4403627.

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

Color convert

RGB1714967-
CMYK00.710.610.33
HSL351.15º55.45%43.14%-
HSV(B)351.15º71.35%67.06%-
XYZ18.9111.266.49-
YUV87.53116.42187.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.58%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=59.58%
G=17.07%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171496700.710.610.33351.1555.4543.14
HexAB31430473D2115f372b
Octal25361103010775415376753
Binary10101011110001100001101000111111101100001101011111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3143; }

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

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

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

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

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

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

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

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