#AB6066

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

Shades of Turkish Rose #AB6066

Tints of Turkish Rose #AB6066

Color information

#AB6066 (or 0xAB6066) is unknown color: approx Turkish Rose. HEX triplet: AB, 60 and 66. RGB value is (171,96,102). Sum of RGB (Red+Green+Blue) = 171+96+102=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6066 is #549F99. Grayscale: #777777. Windows color (decimal): -5545882 or 6709419. OLE color: 6709419.

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

Color convert

RGB17196102-
CMYK00.440.400.33
HSL355.2º30.86%52.35%-
HSV(B)355.2º43.86%67.06%-
XYZ23.3817.9814.81-
YUV119.11118.35165.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=46.34%
G=26.02%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719610200.440.400.33355.230.8652.35
HexAB606602C28211631f34
Octal25314014605450415433764
Binary1010101111000001100110010110010100010000110110001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6066; }

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

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

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

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

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

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

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

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