#A86873

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

Shades of Turkish Rose #A86873

Tints of Turkish Rose #A86873

Color information

#A86873 (or 0xA86873) is unknown color: approx Turkish Rose. HEX triplet: A8, 68 and 73. RGB value is (168,104,115). Sum of RGB (Red+Green+Blue) = 168+104+115=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A86873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86873 is #57978C. Grayscale: #7C7C7C. Windows color (decimal): -5740429 or 7563432. OLE color: 7563432.

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

Color convert

RGB168104115-
CMYK00.380.320.34
HSL349.69º26.89%53.33%-
HSV(B)349.69º38.1%65.88%-
XYZ24.1919.4618.7-
YUV124.39122.7159.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=43.41%
G=26.87%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810411500.380.320.34349.6926.8953.33
HexA86873026202215e1b35
Octal25015016304640425363365
Binary1010100011010001110011010011010000010001010101111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86873; }

 p { color: rgb(168,104,115); }

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

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

 a { background-color: rgb(168,104,115); }

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

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

 span { border-color: rgb(168,104,115); }

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