#A9666C

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

Shades of Turkish Rose #A9666C

Tints of Turkish Rose #A9666C

Color information

#A9666C (or 0xA9666C) is unknown color: approx Turkish Rose. HEX triplet: A9, 66 and 6C. RGB value is (169,102,108). Sum of RGB (Red+Green+Blue) = 169+102+108=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9666C is #569993. Grayscale: #7A7A7A. Windows color (decimal): -5675412 or 7104169. OLE color: 7104169.

HSL color Cylindrical-coordinate representation of color #A9666C: hue angle of 354.63º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9666C is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB169102108-
CMYK00.400.360.34
HSL354.63º28.03%53.14%-
HSV(B)354.63º39.64%66.27%-
XYZ23.8219.0216.6-
YUV122.72119.7161.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=44.59%
G=26.91%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910210800.400.360.34354.6328.0353.14
HexA9666C02824221631c35
Octal25114615405044425433465
Binary1010100111001101101100010100010010010001010110001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9666C; }

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

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

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

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

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

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

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

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