#A86070

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

Shades of Turkish Rose #A86070

Tints of Turkish Rose #A86070

Color information

#A86070 (or 0xA86070) is unknown color: approx Turkish Rose. HEX triplet: A8, 60 and 70. RGB value is (168,96,112). Sum of RGB (Red+Green+Blue) = 168+96+112=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A86070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86070 is #579F8F. Grayscale: #777777. Windows color (decimal): -5742480 or 7364776. OLE color: 7364776.

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

Color convert

RGB16896112-
CMYK00.430.330.34
HSL346.67º29.27%51.76%-
HSV(B)346.67º42.86%65.88%-
XYZ23.2617.8617.55-
YUV119.35123.85162.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=44.68%
G=25.53%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689611200.430.330.34346.6729.2751.76
HexA8607002B212215b1d34
Octal25014016005341425333564
Binary1010100011000001110000010101110000110001010101101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86070; }

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

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

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

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

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

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

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

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