#A06678

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

Shades of Turkish Rose #A06678

Tints of Turkish Rose #A06678

Color information

#A06678 (or 0xA06678) is unknown color: approx Turkish Rose. HEX triplet: A0, 66 and 78. RGB value is (160,102,120). Sum of RGB (Red+Green+Blue) = 160+102+120=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A06678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06678 is #5F9987. Grayscale: #797979. Windows color (decimal): -6265224 or 7890592. OLE color: 7890592.

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

Color convert

RGB160102120-
CMYK00.360.250.37
HSL341.38º23.39%51.37%-
HSV(B)341.38º36.25%62.75%-
XYZ22.6418.3320.11-
YUV121.39127.22155.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=41.88%
G=26.70%
B=31.41%

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
Decimal16010212000.360.250.37341.3823.3951.37
HexA0667802419251551733
Octal24014617004431455252763
Binary101000001100110111100001001001100110010110101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06678; }

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

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

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

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

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

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

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

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