#AB6568

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

Shades of Turkish Rose #AB6568

Tints of Turkish Rose #AB6568

Color information

#AB6568 (or 0xAB6568) is unknown color: approx Turkish Rose. HEX triplet: AB, 65 and 68. RGB value is (171,101,104). Sum of RGB (Red+Green+Blue) = 171+101+104=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6568 is #549A97. Grayscale: #7A7A7A. Windows color (decimal): -5544600 or 6841771. OLE color: 6841771.

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

Color convert

RGB171101104-
CMYK00.410.390.33
HSL357.43º29.41%53.33%-
HSV(B)357.43º40.94%67.06%-
XYZ23.9518.9615.5-
YUV122.27117.69162.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=45.48%
G=26.86%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110110400.410.390.33357.4329.4153.33
HexAB656802927211651d35
Octal25314515005147415453565
Binary1010101111001011101000010100110011110000110110010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6568; }

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

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

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

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

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

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

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

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