#AB2642

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

Shades of Old Rose #AB2642

Tints of Old Rose #AB2642

Color information

#AB2642 (or 0xAB2642) is unknown color: approx Old Rose. HEX triplet: AB, 26 and 42. RGB value is (171,38,66). Sum of RGB (Red+Green+Blue) = 171+38+66=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2642 is #54D9BD. Grayscale: #505050. Windows color (decimal): -5560766 or 4335275. OLE color: 4335275.

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

Color convert

RGB1713866-
CMYK00.780.610.33
HSL347.37º63.64%40.98%-
HSV(B)347.37º77.78%67.06%-
XYZ18.4710.446.2-
YUV80.96119.56192.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.18%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 66 (26.17% from 255) = 24%
R=62.18%
G=13.82%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171386600.780.610.33347.3763.6440.98
HexAB264204E3D2115b4029
Octal253461020116754153310051
Binary101010111001101000010010011101111011000011010110111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2642; }

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

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

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

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

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

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

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

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