#A06673

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

Shades of Turkish Rose #A06673

Tints of Turkish Rose #A06673

Color information

#A06673 (or 0xA06673) is unknown color: approx Turkish Rose. HEX triplet: A0, 66 and 73. RGB value is (160,102,115). Sum of RGB (Red+Green+Blue) = 160+102+115=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06673 is #5F998C. Grayscale: #787878. Windows color (decimal): -6265229 or 7562912. OLE color: 7562912.

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

Color convert

RGB160102115-
CMYK00.360.280.37
HSL346.55º23.39%51.37%-
HSV(B)346.55º36.25%62.75%-
XYZ22.3418.2118.56-
YUV120.82124.72155.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=42.44%
G=27.06%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010211500.360.280.37346.5523.3951.37
HexA066730241C2515b1733
Octal24014616304434455332763
Binary101000001100110111001101001001110010010110101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06673; }

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

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

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

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

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

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

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

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