#AB797C

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

Shades of Turkish Rose #AB797C

Tints of Turkish Rose #AB797C

Color information

#AB797C (or 0xAB797C) is unknown color: approx Turkish Rose. HEX triplet: AB, 79 and 7C. RGB value is (171,121,124). Sum of RGB (Red+Green+Blue) = 171+121+124=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB797C is #548683. Grayscale: #888888. Windows color (decimal): -5539460 or 8157611. OLE color: 8157611.

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

Color convert

RGB171121124-
CMYK00.290.270.33
HSL356.4º22.94%57.25%-
HSV(B)356.4º29.24%67.06%-
XYZ27.2723.7922.22-
YUV136.29121.06152.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=41.11%
G=29.09%
B=29.81%

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
Decimal17112112400.290.270.33356.422.9457.25
HexAB797C01D1B211641739
Octal25317117403533415442771
Binary10101011111100111111000111011101110000110110010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB797C; }

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

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

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

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

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

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

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

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