#AB7879

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

Shades of Turkish Rose #AB7879

Tints of Turkish Rose #AB7879

Color information

#AB7879 (or 0xAB7879) is unknown color: approx Turkish Rose. HEX triplet: AB, 78 and 79. RGB value is (171,120,121). Sum of RGB (Red+Green+Blue) = 171+120+121=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7879 is #548786. Grayscale: #878787. Windows color (decimal): -5539719 or 7960747. OLE color: 7960747.

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

Color convert

RGB171120121-
CMYK00.300.290.33
HSL358.82º23.29%57.06%-
HSV(B)358.82º29.82%67.06%-
XYZ26.9623.4721.2-
YUV135.36119.9153.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=41.50%
G=29.13%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112012100.300.290.33358.8223.2957.06
HexAB787901E1D211671739
Octal25317017103635415472771
Binary10101011111100011110010111101110110000110110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7879; }

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

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

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

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

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

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

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

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