#AB797E

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

Shades of Turkish Rose #AB797E

Tints of Turkish Rose #AB797E

Color information

#AB797E (or 0xAB797E) is unknown color: approx Turkish Rose. HEX triplet: AB, 79 and 7E. RGB value is (171,121,126). Sum of RGB (Red+Green+Blue) = 171+121+126=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB797E is #548681. Grayscale: #888888. Windows color (decimal): -5539458 or 8288683. OLE color: 8288683.

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

Color convert

RGB171121126-
CMYK00.290.260.33
HSL354º22.94%57.25%-
HSV(B)354º29.24%67.06%-
XYZ27.423.8422.9-
YUV136.52122.06152.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=40.91%
G=28.95%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112112600.290.260.3335422.9457.25
HexAB797E01D1A211621739
Octal25317117603532415422771
Binary10101011111100111111100111011101010000110110001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB797E; }

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

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

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

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

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

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

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

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