#A86775

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

Shades of Turkish Rose #A86775

Tints of Turkish Rose #A86775

Color information

#A86775 (or 0xA86775) is unknown color: approx Turkish Rose. HEX triplet: A8, 67 and 75. RGB value is (168,103,117). Sum of RGB (Red+Green+Blue) = 168+103+117=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A86775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86775 is #57988A. Grayscale: #7C7C7C. Windows color (decimal): -5740683 or 7694248. OLE color: 7694248.

HSL color Cylindrical-coordinate representation of color #A86775: hue angle of 347.08º degrees, saturation: 0.27, 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 #A86775 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB168103117-
CMYK00.390.300.34
HSL347.08º27.2%53.14%-
HSV(B)347.08º38.69%65.88%-
XYZ24.2119.3119.28-
YUV124.03124.03159.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=43.30%
G=26.55%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810311700.390.300.34347.0827.253.14
HexA867750271E2215b1b35
Octal25014716504736425333365
Binary101010001100111111010101001111111010001010101101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86775; }

 p { color: rgb(168,103,117); }

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

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

 a { background-color: rgb(168,103,117); }

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

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

 span { border-color: rgb(168,103,117); }

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