#AB7E80

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

Shades of Turkish Rose #AB7E80

Tints of Turkish Rose #AB7E80

Color information

#AB7E80 (or 0xAB7E80) is unknown color: approx Turkish Rose. HEX triplet: AB, 7E and 80. RGB value is (171,126,128). Sum of RGB (Red+Green+Blue) = 171+126+128=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E80 is #54817F. Grayscale: #8B8B8B. Windows color (decimal): -5538176 or 8421035. OLE color: 8421035.

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

Color convert

RGB171126128-
CMYK00.260.250.33
HSL357.33º21.13%58.24%-
HSV(B)357.33º26.32%67.06%-
XYZ28.1525.1423.79-
YUV139.68121.41150.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=40.24%
G=29.65%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112612800.260.250.33357.3321.1358.24
HexAB7E8001A1921165153a
Octal25317620003231415452572
Binary101010111111110100000000110101100110000110110010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E80; }

 p { color: rgb(171,126,128); }

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

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

 a { background-color: rgb(171,126,128); }

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

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

 span { border-color: rgb(171,126,128); }

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