#A06E78

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

Shades of Turkish Rose #A06E78

Tints of Turkish Rose #A06E78

Color information

#A06E78 (or 0xA06E78) is unknown color: approx Turkish Rose. HEX triplet: A0, 6E and 78. RGB value is (160,110,120). Sum of RGB (Red+Green+Blue) = 160+110+120=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E78 is #5F9187. Grayscale: #7E7E7E. Windows color (decimal): -6263176 or 7892640. OLE color: 7892640.

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

Color convert

RGB160110120-
CMYK00.310.250.37
HSL348º20.83%52.94%-
HSV(B)348º31.25%62.75%-
XYZ23.4619.9820.39-
YUV126.09124.56152.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=41.03%
G=28.21%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011012000.310.250.3734820.8352.94
HexA06E7801F192515c1535
Octal24015617003731455342565
Binary10100000110111011110000111111100110010110101110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06E78; }

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

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

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

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

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

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

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

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