#A86170

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

Shades of Turkish Rose #A86170

Tints of Turkish Rose #A86170

Color information

#A86170 (or 0xA86170) is unknown color: approx Turkish Rose. HEX triplet: A8, 61 and 70. RGB value is (168,97,112). Sum of RGB (Red+Green+Blue) = 168+97+112=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A86170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86170 is #579E8F. Grayscale: #777777. Windows color (decimal): -5742224 or 7365032. OLE color: 7365032.

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

Color convert

RGB16897112-
CMYK00.420.330.34
HSL347.32º28.98%51.96%-
HSV(B)347.32º42.26%65.88%-
XYZ23.3518.0417.58-
YUV119.94123.52162.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=44.56%
G=25.73%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689711200.420.330.34347.3228.9851.96
HexA8617002A212215b1d34
Octal25014116005241425333564
Binary1010100011000011110000010101010000110001010101101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86170; }

 p { color: rgb(168,97,112); }

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

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

 a { background-color: rgb(168,97,112); }

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

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

 span { border-color: rgb(168,97,112); }

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