#A9666B

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

Shades of Turkish Rose #A9666B

Tints of Turkish Rose #A9666B

Color information

#A9666B (or 0xA9666B) is unknown color: approx Turkish Rose. HEX triplet: A9, 66 and 6B. RGB value is (169,102,107). Sum of RGB (Red+Green+Blue) = 169+102+107=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9666B is #569994. Grayscale: #7A7A7A. Windows color (decimal): -5675413 or 7038633. OLE color: 7038633.

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

Color convert

RGB169102107-
CMYK00.400.370.34
HSL355.52º28.03%53.14%-
HSV(B)355.52º39.64%66.27%-
XYZ23.771916.32-
YUV122.6119.2161.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=44.71%
G=26.98%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910210700.400.370.34355.5228.0353.14
HexA9666B02825221641c35
Octal25114615305045425443465
Binary1010100111001101101011010100010010110001010110010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9666B; }

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

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

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

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

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

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

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

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