#AB6673

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

Shades of Turkish Rose #AB6673

Tints of Turkish Rose #AB6673

Color information

#AB6673 (or 0xAB6673) is unknown color: approx Turkish Rose. HEX triplet: AB, 66 and 73. RGB value is (171,102,115). Sum of RGB (Red+Green+Blue) = 171+102+115=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6673 is #54998C. Grayscale: #7C7C7C. Windows color (decimal): -5544333 or 7562923. OLE color: 7562923.

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

Color convert

RGB171102115-
CMYK00.400.330.33
HSL348.7º29.11%53.53%-
HSV(B)348.7º40.35%67.06%-
XYZ24.6419.418.67-
YUV124.11122.86161.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=44.07%
G=26.29%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110211500.400.330.33348.729.1153.53
HexAB6673028212115d1d36
Octal25314616305041415353566
Binary1010101111001101110011010100010000110000110101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6673; }

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

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

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

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

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

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

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

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