#AB1E44

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

Shades of Old Rose #AB1E44

Tints of Old Rose #AB1E44

Color information

#AB1E44 (or 0xAB1E44) is unknown color: approx Old Rose. HEX triplet: AB, 1E and 44. RGB value is (171,30,68). Sum of RGB (Red+Green+Blue) = 171+30+68=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E44 is #54E1BB. Grayscale: #4C4C4C. Windows color (decimal): -5562812 or 4464299. OLE color: 4464299.

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

Color convert

RGB1713068-
CMYK00.820.600.33
HSL343.83º70.15%39.41%-
HSV(B)343.83º82.46%67.06%-
XYZ18.3106.44-
YUV76.49123.21195.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.57%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 68 (26.95% from 255) = 25.28%
R=63.57%
G=11.15%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171306800.820.600.33343.8370.1539.41
HexAB1E440523C211584627
Octal253361040122744153010647
Binary10101011111101000100010100101111001000011010110001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1E44; }

 p { color: rgb(171,30,68); }

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

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

 a { background-color: rgb(171,30,68); }

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

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

 span { border-color: rgb(171,30,68); }

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