#A86364

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

Shades of Turkish Rose #A86364

Tints of Turkish Rose #A86364

Color information

#A86364 (or 0xA86364) is unknown color: approx Turkish Rose. HEX triplet: A8, 63 and 64. RGB value is (168,99,100). Sum of RGB (Red+Green+Blue) = 168+99+100=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A86364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86364 is #579C9B. Grayscale: #777777. Windows color (decimal): -5741724 or 6579112. OLE color: 6579112.

HSL color Cylindrical-coordinate representation of color #A86364: hue angle of 359.13º 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 #A86364 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16899100-
CMYK00.410.400.34
HSL359.13º28.4%52.35%-
HSV(B)359.13º41.07%65.88%-
XYZ22.9118.1714.36-
YUV119.74116.86162.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=45.78%
G=26.98%
B=27.25%

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
Decimal1689910000.410.400.34359.1328.452.35
HexA8636402928221671c34
Octal25014314405150425473464
Binary1010100011000111100100010100110100010001010110011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86364; }

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

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

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

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

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

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

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

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