#AB7E7F

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

Shades of Turkish Rose #AB7E7F

Tints of Turkish Rose #AB7E7F

Color information

#AB7E7F (or 0xAB7E7F) is unknown color: approx Turkish Rose. HEX triplet: AB, 7E and 7F. RGB value is (171,126,127). Sum of RGB (Red+Green+Blue) = 171+126+127=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E7F is #548180. Grayscale: #8B8B8B. Windows color (decimal): -5538177 or 8355499. OLE color: 8355499.

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

Color convert

RGB171126127-
CMYK00.260.260.33
HSL358.67º21.13%58.24%-
HSV(B)358.67º26.32%67.06%-
XYZ28.0925.1123.45-
YUV139.57120.91150.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 127 (50% from 255) = 29.95%
R=40.33%
G=29.72%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112612700.260.260.33358.6721.1358.24
HexAB7E7F01A1A21167153a
Octal25317617703232415472572
Binary10101011111111011111110110101101010000110110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E7F; }

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

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

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

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

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

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

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

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