#A06677

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

Shades of Turkish Rose #A06677

Tints of Turkish Rose #A06677

Color information

#A06677 (or 0xA06677) is unknown color: approx Turkish Rose. HEX triplet: A0, 66 and 77. RGB value is (160,102,119). Sum of RGB (Red+Green+Blue) = 160+102+119=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A06677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06677 is #5F9988. Grayscale: #797979. Windows color (decimal): -6265225 or 7825056. OLE color: 7825056.

HSL color Cylindrical-coordinate representation of color #A06677: hue angle of 342.41º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06677 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB160102119-
CMYK00.360.260.37
HSL342.41º23.39%51.37%-
HSV(B)342.41º36.25%62.75%-
XYZ22.5818.3119.8-
YUV121.28126.72155.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=41.99%
G=26.77%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010211900.360.260.37342.4123.3951.37
HexA066770241A251561733
Octal24014616704432455262763
Binary101000001100110111011101001001101010010110101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06677; }

 p { color: rgb(160,102,119); }

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

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

 a { background-color: rgb(160,102,119); }

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

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

 span { border-color: rgb(160,102,119); }

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