#AB6A6B

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

Shades of Turkish Rose #AB6A6B

Tints of Turkish Rose #AB6A6B

Color information

#AB6A6B (or 0xAB6A6B) is unknown color: approx Turkish Rose. HEX triplet: AB, 6A and 6B. RGB value is (171,106,107). Sum of RGB (Red+Green+Blue) = 171+106+107=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A6B is #549594. Grayscale: #7D7D7D. Windows color (decimal): -5543317 or 7039659. OLE color: 7039659.

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

Color convert

RGB171106107-
CMYK00.380.370.33
HSL359.08º27.9%54.31%-
HSV(B)359.08º38.01%67.06%-
XYZ24.620.0316.48-
YUV125.55117.53160.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=44.53%
G=27.60%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110610700.380.370.33359.0827.954.31
HexAB6A6B02625211671c36
Octal25315215304645415473466
Binary1010101111010101101011010011010010110000110110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A6B; }

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

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

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

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

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

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

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

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