#AB6A73

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

Shades of Turkish Rose #AB6A73

Tints of Turkish Rose #AB6A73

Color information

#AB6A73 (or 0xAB6A73) is unknown color: approx Turkish Rose. HEX triplet: AB, 6A and 73. RGB value is (171,106,115). Sum of RGB (Red+Green+Blue) = 171+106+115=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A73 is #54958C. Grayscale: #7E7E7E. Windows color (decimal): -5543309 or 7563947. OLE color: 7563947.

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

Color convert

RGB171106115-
CMYK00.380.330.33
HSL351.69º27.9%54.31%-
HSV(B)351.69º38.01%67.06%-
XYZ25.0420.218.8-
YUV126.46121.53159.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=43.62%
G=27.04%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110611500.380.330.33351.6927.954.31
HexAB6A7302621211601c36
Octal25315216304641415403466
Binary1010101111010101110011010011010000110000110110000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A73; }

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

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

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

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

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

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

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

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