#A06778

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

Shades of Turkish Rose #A06778

Tints of Turkish Rose #A06778

Color information

#A06778 (or 0xA06778) is unknown color: approx Turkish Rose. HEX triplet: A0, 67 and 78. RGB value is (160,103,120). Sum of RGB (Red+Green+Blue) = 160+103+120=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A06778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06778 is #5F9887. Grayscale: #797979. Windows color (decimal): -6264968 or 7890848. OLE color: 7890848.

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

Color convert

RGB160103120-
CMYK00.360.250.37
HSL342.11º23.08%51.57%-
HSV(B)342.11º35.62%62.75%-
XYZ22.7418.5320.15-
YUV121.98126.88155.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 120 (47.27% from 255) = 31.33%
R=41.78%
G=26.89%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010312000.360.250.37342.1123.0851.57
HexA0677802419251561734
Octal24014717004431455262764
Binary101000001100111111100001001001100110010110101011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06778; }

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

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

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

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

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

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

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

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