#A96678

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

Shades of Turkish Rose #A96678

Tints of Turkish Rose #A96678

Color information

#A96678 (or 0xA96678) is unknown color: approx Turkish Rose. HEX triplet: A9, 66 and 78. RGB value is (169,102,120). Sum of RGB (Red+Green+Blue) = 169+102+120=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A96678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96678 is #569987. Grayscale: #7C7C7C. Windows color (decimal): -5675400 or 7890601. OLE color: 7890601.

HSL color Cylindrical-coordinate representation of color #A96678: hue angle of 343.88º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96678 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB169102120-
CMYK00.400.290.34
HSL343.88º28.03%53.14%-
HSV(B)343.88º39.64%66.27%-
XYZ24.519.2920.2-
YUV124.08125.7160.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=43.22%
G=26.09%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910212000.400.290.34343.8828.0353.14
HexA966780281D221581c35
Octal25114617005035425303465
Binary101010011100110111100001010001110110001010101100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96678; }

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

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

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

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

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

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

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

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