#AB696F

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

Shades of Turkish Rose #AB696F

Tints of Turkish Rose #AB696F

Color information

#AB696F (or 0xAB696F) is unknown color: approx Turkish Rose. HEX triplet: AB, 69 and 6F. RGB value is (171,105,111). Sum of RGB (Red+Green+Blue) = 171+105+111=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB696F is #549690. Grayscale: #7D7D7D. Windows color (decimal): -5543569 or 7301547. OLE color: 7301547.

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

Color convert

RGB171105111-
CMYK00.390.350.33
HSL354.55º28.21%54.12%-
HSV(B)354.55º38.6%67.06%-
XYZ24.7219.9117.58-
YUV125.42119.87160.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=44.19%
G=27.13%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110511100.390.350.33354.5528.2154.12
HexAB696F02723211631c36
Octal25315115704743415433466
Binary1010101111010011101111010011110001110000110110001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB696F; }

 p { color: rgb(171,105,111); }

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

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

 a { background-color: rgb(171,105,111); }

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

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

 span { border-color: rgb(171,105,111); }

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