#AB2742

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

Shades of Old Rose #AB2742

Tints of Old Rose #AB2742

Color information

#AB2742 (or 0xAB2742) is unknown color: approx Old Rose. HEX triplet: AB, 27 and 42. RGB value is (171,39,66). Sum of RGB (Red+Green+Blue) = 171+39+66=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2742 is #54D8BD. Grayscale: #515151. Windows color (decimal): -5560510 or 4335531. OLE color: 4335531.

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

Color convert

RGB1713966-
CMYK00.770.610.33
HSL347.73º62.86%41.18%-
HSV(B)347.73º77.19%67.06%-
XYZ18.510.56.21-
YUV81.55119.23191.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.96%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 66 (26.17% from 255) = 23.91%
R=61.96%
G=14.13%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171396600.770.610.33347.7362.8641.18
HexAB274204D3D2115c3f29
Octal25347102011575415347751
Binary10101011100111100001001001101111101100001101011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2742; }

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

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

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

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

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

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

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

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