#AB2048

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

Shades of Old Rose #AB2048

Tints of Old Rose #AB2048

Color information

#AB2048 (or 0xAB2048) is unknown color: approx Old Rose. HEX triplet: AB, 20 and 48. RGB value is (171,32,72). Sum of RGB (Red+Green+Blue) = 171+32+72=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2048 is #54DFB7. Grayscale: #4E4E4E. Windows color (decimal): -5562296 or 4726955. OLE color: 4726955.

HSL color Cylindrical-coordinate representation of color #AB2048: hue angle of 342.73º 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 #AB2048 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1713272-
CMYK00.810.580.33
HSL342.73º68.47%39.8%-
HSV(B)342.73º81.29%67.06%-
XYZ18.4810.167.12-
YUV78.12124.55194.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.18%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=62.18%
G=11.64%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171327200.810.580.33342.7368.4739.8
HexAB20480513A211574428
Octal253401100121724152710450
Binary101010111000001001000010100011110101000011010101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2048; }

 p { color: rgb(171,32,72); }

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

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

 a { background-color: rgb(171,32,72); }

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

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

 span { border-color: rgb(171,32,72); }

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