#AB797D

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

Shades of Turkish Rose #AB797D

Tints of Turkish Rose #AB797D

Color information

#AB797D (or 0xAB797D) is unknown color: approx Turkish Rose. HEX triplet: AB, 79 and 7D. RGB value is (171,121,125). Sum of RGB (Red+Green+Blue) = 171+121+125=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB797D is #548682. Grayscale: #888888. Windows color (decimal): -5539459 or 8223147. OLE color: 8223147.

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

Color convert

RGB171121125-
CMYK00.290.270.33
HSL355.2º22.94%57.25%-
HSV(B)355.2º29.24%67.06%-
XYZ27.3323.8122.56-
YUV136.41121.56152.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=41.01%
G=29.02%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112112500.290.270.33355.222.9457.25
HexAB797D01D1B211631739
Octal25317117503533415432771
Binary10101011111100111111010111011101110000110110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB797D; }

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

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

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

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

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

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

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

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