#A8696D

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

Shades of Turkish Rose #A8696D

Tints of Turkish Rose #A8696D

Color information

#A8696D (or 0xA8696D) is unknown color: approx Turkish Rose. HEX triplet: A8, 69 and 6D. RGB value is (168,105,109). Sum of RGB (Red+Green+Blue) = 168+105+109=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8696D is #579692. Grayscale: #7C7C7C. Windows color (decimal): -5740179 or 7170472. OLE color: 7170472.

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

Color convert

RGB168105109-
CMYK00.380.350.34
HSL356.19º26.58%53.53%-
HSV(B)356.19º37.5%65.88%-
XYZ23.9619.5316.98-
YUV124.29119.37159.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=43.98%
G=27.49%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810510900.380.350.34356.1926.5853.53
HexA8696D02623221641b36
Octal25015115504643425443366
Binary1010100011010011101101010011010001110001010110010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8696D; }

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

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

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

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

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

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

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

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