#A8696F

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

Shades of Turkish Rose #A8696F

Tints of Turkish Rose #A8696F

Color information

#A8696F (or 0xA8696F) is unknown color: approx Turkish Rose. HEX triplet: A8, 69 and 6F. RGB value is (168,105,111). Sum of RGB (Red+Green+Blue) = 168+105+111=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A8696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8696F is #579690. Grayscale: #7C7C7C. Windows color (decimal): -5740177 or 7301544. OLE color: 7301544.

HSL color Cylindrical-coordinate representation of color #A8696F: hue angle of 354.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8696F is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB168105111-
CMYK00.380.340.34
HSL354.29º26.58%53.53%-
HSV(B)354.29º37.5%65.88%-
XYZ24.0719.5817.55-
YUV124.52120.37159.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 111 (43.75% from 255) = 28.91%
R=43.75%
G=27.34%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810511100.380.340.34354.2926.5853.53
HexA8696F02622221621b36
Octal25015115704642425423366
Binary1010100011010011101111010011010001010001010110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8696F; }

 p { color: rgb(168,105,111); }

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

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

 a { background-color: rgb(168,105,111); }

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

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

 span { border-color: rgb(168,105,111); }

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