#A06878

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

Shades of Turkish Rose #A06878

Tints of Turkish Rose #A06878

Color information

#A06878 (or 0xA06878) is unknown color: approx Turkish Rose. HEX triplet: A0, 68 and 78. RGB value is (160,104,120). Sum of RGB (Red+Green+Blue) = 160+104+120=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A06878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06878 is #5F9787. Grayscale: #7A7A7A. Windows color (decimal): -6264712 or 7891104. OLE color: 7891104.

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

Color convert

RGB160104120-
CMYK00.350.250.37
HSL342.86º22.76%51.76%-
HSV(B)342.86º35%62.75%-
XYZ22.8418.7320.18-
YUV122.57126.55154.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=41.67%
G=27.08%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010412000.350.250.37342.8622.7651.76
HexA0687802319251571734
Octal24015017004331455272764
Binary101000001101000111100001000111100110010110101011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06878; }

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

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

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

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

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

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

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

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