#A86063

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

Shades of Turkish Rose #A86063

Tints of Turkish Rose #A86063

Color information

#A86063 (or 0xA86063) is unknown color: approx Turkish Rose. HEX triplet: A8, 60 and 63. RGB value is (168,96,99). Sum of RGB (Red+Green+Blue) = 168+96+99=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A86063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86063 is #579F9C. Grayscale: #757575. Windows color (decimal): -5742493 or 6512808. OLE color: 6512808.

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

Color convert

RGB1689699-
CMYK00.430.410.34
HSL357.5º29.27%51.76%-
HSV(B)357.5º42.86%65.88%-
XYZ22.5817.5914.01-
YUV117.87117.35163.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=46.28%
G=26.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168969900.430.410.34357.529.2751.76
HexA8606302B29221661d34
Octal25014014305351425463564
Binary1010100011000001100011010101110100110001010110011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86063; }

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

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

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

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

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

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

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

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