#A86978

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

Shades of Turkish Rose #A86978

Tints of Turkish Rose #A86978

Color information

#A86978 (or 0xA86978) is unknown color: approx Turkish Rose. HEX triplet: A8, 69 and 78. RGB value is (168,105,120). Sum of RGB (Red+Green+Blue) = 168+105+120=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A86978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86978 is #579687. Grayscale: #7D7D7D. Windows color (decimal): -5740168 or 7891368. OLE color: 7891368.

HSL color Cylindrical-coordinate representation of color #A86978: hue angle of 345.71º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86978 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB168105120-
CMYK00.380.290.34
HSL345.71º26.58%53.53%-
HSV(B)345.71º37.5%65.88%-
XYZ24.5919.7820.29-
YUV125.55124.87158.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=42.75%
G=26.72%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810512000.380.290.34345.7126.5853.53
HexA869780261D2215a1b36
Octal25015117004635425323366
Binary101010001101001111100001001101110110001010101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86978; }

 p { color: rgb(168,105,120); }

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

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

 a { background-color: rgb(168,105,120); }

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

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

 span { border-color: rgb(168,105,120); }

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