#AB6971

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

Shades of Turkish Rose #AB6971

Tints of Turkish Rose #AB6971

Color information

#AB6971 (or 0xAB6971) is unknown color: approx Turkish Rose. HEX triplet: AB, 69 and 71. RGB value is (171,105,113). Sum of RGB (Red+Green+Blue) = 171+105+113=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6971 is #54968E. Grayscale: #7D7D7D. Windows color (decimal): -5543567 or 7432619. OLE color: 7432619.

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

Color convert

RGB171105113-
CMYK00.390.340.33
HSL352.73º28.21%54.12%-
HSV(B)352.73º38.6%67.06%-
XYZ24.8319.9518.17-
YUV125.65120.87160.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=43.96%
G=26.99%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110511300.390.340.33352.7328.2154.12
HexAB697102722211611c36
Octal25315116104742415413466
Binary1010101111010011110001010011110001010000110110000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6971; }

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

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

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

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

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

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

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

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