#AB686D

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

Shades of Turkish Rose #AB686D

Tints of Turkish Rose #AB686D

Color information

#AB686D (or 0xAB686D) is unknown color: approx Turkish Rose. HEX triplet: AB, 68 and 6D. RGB value is (171,104,109). Sum of RGB (Red+Green+Blue) = 171+104+109=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB686D is #549792. Grayscale: #7C7C7C. Windows color (decimal): -5543827 or 7170219. OLE color: 7170219.

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

Color convert

RGB171104109-
CMYK00.390.360.33
HSL355.52º28.51%53.92%-
HSV(B)355.52º39.18%67.06%-
XYZ24.5119.6616.97-
YUV124.6119.2161.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 109 (42.97% from 255) = 28.39%
R=44.53%
G=27.08%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110410900.390.360.33355.5228.5153.92
HexAB686D02724211641d36
Octal25315015504744415443566
Binary1010101111010001101101010011110010010000110110010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB686D; }

 p { color: rgb(171,104,109); }

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

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

 a { background-color: rgb(171,104,109); }

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

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

 span { border-color: rgb(171,104,109); }

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