#A86365

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

Shades of Turkish Rose #A86365

Tints of Turkish Rose #A86365

Color information

#A86365 (or 0xA86365) is unknown color: approx Turkish Rose. HEX triplet: A8, 63 and 65. RGB value is (168,99,101). Sum of RGB (Red+Green+Blue) = 168+99+101=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A86365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86365 is #579C9A. Grayscale: #777777. Windows color (decimal): -5741723 or 6644648. OLE color: 6644648.

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

Color convert

RGB16899101-
CMYK00.410.400.34
HSL358.26º28.4%52.35%-
HSV(B)358.26º41.07%65.88%-
XYZ22.9618.1914.61-
YUV119.86117.36162.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 101 (39.84% from 255) = 27.45%
R=45.65%
G=26.90%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689910100.410.400.34358.2628.452.35
HexA8636502928221661c34
Octal25014314505150425463464
Binary1010100011000111100101010100110100010001010110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86365; }

 p { color: rgb(168,99,101); }

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

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

 a { background-color: rgb(168,99,101); }

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

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

 span { border-color: rgb(168,99,101); }

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