#AB696B

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

Shades of Turkish Rose #AB696B

Tints of Turkish Rose #AB696B

Color information

#AB696B (or 0xAB696B) is unknown color: approx Turkish Rose. HEX triplet: AB, 69 and 6B. RGB value is (171,105,107). Sum of RGB (Red+Green+Blue) = 171+105+107=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB696B is #549694. Grayscale: #7D7D7D. Windows color (decimal): -5543573 or 7039403. OLE color: 7039403.

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

Color convert

RGB171105107-
CMYK00.390.370.33
HSL358.18º28.21%54.12%-
HSV(B)358.18º38.6%67.06%-
XYZ24.519.8216.44-
YUV124.96117.87160.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=44.65%
G=27.42%
B=27.94%

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
Decimal17110510700.390.370.33358.1828.2154.12
HexAB696B02725211661c36
Octal25315115304745415463466
Binary1010101111010011101011010011110010110000110110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB696B; }

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

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

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

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

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

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

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

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