#A86673

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

Shades of Turkish Rose #A86673

Tints of Turkish Rose #A86673

Color information

#A86673 (or 0xA86673) is unknown color: approx Turkish Rose. HEX triplet: A8, 66 and 73. RGB value is (168,102,115). Sum of RGB (Red+Green+Blue) = 168+102+115=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86673 is #57998C. Grayscale: #7B7B7B. Windows color (decimal): -5740941 or 7562920. OLE color: 7562920.

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

Color convert

RGB168102115-
CMYK00.390.320.34
HSL348.18º27.5%52.94%-
HSV(B)348.18º39.29%65.88%-
XYZ23.9919.0718.64-
YUV123.22123.37159.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=43.64%
G=26.49%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810211500.390.320.34348.1827.552.94
HexA86673027202215c1c35
Octal25014616304740425343465
Binary1010100011001101110011010011110000010001010101110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86673; }

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

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

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

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

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

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

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

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