#AB686B

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

Shades of Turkish Rose #AB686B

Tints of Turkish Rose #AB686B

Color information

#AB686B (or 0xAB686B) is unknown color: approx Turkish Rose. HEX triplet: AB, 68 and 6B. RGB value is (171,104,107). Sum of RGB (Red+Green+Blue) = 171+104+107=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB686B is #549794. Grayscale: #7C7C7C. Windows color (decimal): -5543829 or 7039147. OLE color: 7039147.

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

Color convert

RGB171104107-
CMYK00.390.370.33
HSL357.31º28.51%53.92%-
HSV(B)357.31º39.18%67.06%-
XYZ24.419.6216.41-
YUV124.38118.2161.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=44.76%
G=27.23%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110410700.390.370.33357.3128.5153.92
HexAB686B02725211651d36
Octal25315015304745415453566
Binary1010101111010001101011010011110010110000110110010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB686B; }

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

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

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

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

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

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

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

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