#AB6679

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

Shades of Turkish Rose #AB6679

Tints of Turkish Rose #AB6679

Color information

#AB6679 (or 0xAB6679) is unknown color: approx Turkish Rose. HEX triplet: AB, 66 and 79. RGB value is (171,102,121). Sum of RGB (Red+Green+Blue) = 171+102+121=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6679 is #549986. Grayscale: #7C7C7C. Windows color (decimal): -5544327 or 7956139. OLE color: 7956139.

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

Color convert

RGB171102121-
CMYK00.400.290.33
HSL343.48º29.11%53.53%-
HSV(B)343.48º40.35%67.06%-
XYZ2519.5420.54-
YUV124.8125.86160.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=43.40%
G=25.89%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110212100.400.290.33343.4829.1153.53
HexAB66790281D211571d36
Octal25314617105035415273566
Binary101010111100110111100101010001110110000110101011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6679; }

 p { color: rgb(171,102,121); }

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

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

 a { background-color: rgb(171,102,121); }

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

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

 span { border-color: rgb(171,102,121); }

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