#A06D78

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

Shades of Turkish Rose #A06D78

Tints of Turkish Rose #A06D78

Color information

#A06D78 (or 0xA06D78) is unknown color: approx Turkish Rose. HEX triplet: A0, 6D and 78. RGB value is (160,109,120). Sum of RGB (Red+Green+Blue) = 160+109+120=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D78 is #5F9287. Grayscale: #7D7D7D. Windows color (decimal): -6263432 or 7892384. OLE color: 7892384.

HSL color Cylindrical-coordinate representation of color #A06D78: hue angle of 347.06º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D78 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB160109120-
CMYK00.320.250.37
HSL347.06º21.16%52.75%-
HSV(B)347.06º31.87%62.75%-
XYZ23.3619.7720.35-
YUV125.5124.9152.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=41.13%
G=28.02%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010912000.320.250.37347.0621.1652.75
HexA06D78020192515b1535
Octal24015517004031455332565
Binary101000001101101111100001000001100110010110101101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06D78; }

 p { color: rgb(160,109,120); }

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

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

 a { background-color: rgb(160,109,120); }

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

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

 span { border-color: rgb(160,109,120); }

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