#A9696B

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

Shades of Turkish Rose #A9696B

Tints of Turkish Rose #A9696B

Color information

#A9696B (or 0xA9696B) is unknown color: approx Turkish Rose. HEX triplet: A9, 69 and 6B. RGB value is (169,105,107). Sum of RGB (Red+Green+Blue) = 169+105+107=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9696B is #569694. Grayscale: #7C7C7C. Windows color (decimal): -5674645 or 7039401. OLE color: 7039401.

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

Color convert

RGB169105107-
CMYK00.380.370.34
HSL358.12º27.12%53.73%-
HSV(B)358.12º37.87%66.27%-
XYZ24.0719.616.42-
YUV124.36118.2159.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 107 (42.19% from 255) = 28.08%
R=44.36%
G=27.56%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910510700.380.370.34358.1227.1253.73
HexA9696B02625221661b36
Octal25115115304645425463366
Binary1010100111010011101011010011010010110001010110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9696B; }

 p { color: rgb(169,105,107); }

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

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

 a { background-color: rgb(169,105,107); }

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

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

 span { border-color: rgb(169,105,107); }

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