#A9686C

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

Shades of Turkish Rose #A9686C

Tints of Turkish Rose #A9686C

Color information

#A9686C (or 0xA9686C) is unknown color: approx Turkish Rose. HEX triplet: A9, 68 and 6C. RGB value is (169,104,108). Sum of RGB (Red+Green+Blue) = 169+104+108=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9686C is #569793. Grayscale: #7B7B7B. Windows color (decimal): -5674900 or 7104681. OLE color: 7104681.

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

Color convert

RGB169104108-
CMYK00.380.360.34
HSL356.31º27.43%53.53%-
HSV(B)356.31º38.46%66.27%-
XYZ24.0219.4216.67-
YUV123.89119.03160.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=44.36%
G=27.30%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910410800.380.360.34356.3127.4353.53
HexA9686C02624221641b36
Octal25115015404644425443366
Binary1010100111010001101100010011010010010001010110010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9686C; }

 p { color: rgb(169,104,108); }

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

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

 a { background-color: rgb(169,104,108); }

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

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

 span { border-color: rgb(169,104,108); }

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