#ab2647

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

Shades of Old Rose #AB2647

Tints of Old Rose #AB2647

Color information

#AB2647 (or 0xAB2647) is unknown color: approx Old Rose. HEX triplet: AB, 26 and 47. RGB value is (171,38,71). Sum of RGB (Red+Green+Blue) = 171+38+71=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2647 is #54D9B8. Grayscale: #515151. Windows color (decimal): -5560761 or 4662955. OLE color: 4662955.

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

Color convert

RGB1713871-
CMYK00.780.580.33
HSL345.11º63.64%40.98%-
HSV(B)345.11º77.78%67.06%-
XYZ18.6310.57.01-
YUV81.53122.06191.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.07%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 71 (28.12% from 255) = 25.36%
R=61.07%
G=13.57%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171387100.780.580.33345.1163.6440.98
HexAB264704E3A211594029
Octal253461070116724153110051
Binary101010111001101000111010011101110101000011010110011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2647; }

 p { color: rgb(171,38,71); }

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

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

 a { background-color: rgb(171,38,71); }

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

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

 span { border-color: rgb(171,38,71); }

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