#A8666C

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

Shades of Turkish Rose #A8666C

Tints of Turkish Rose #A8666C

Color information

#A8666C (or 0xA8666C) is unknown color: approx Turkish Rose. HEX triplet: A8, 66 and 6C. RGB value is (168,102,108). Sum of RGB (Red+Green+Blue) = 168+102+108=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8666C is #579993. Grayscale: #7A7A7A. Windows color (decimal): -5740948 or 7104168. OLE color: 7104168.

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

Color convert

RGB168102108-
CMYK00.390.360.34
HSL354.55º27.5%52.94%-
HSV(B)354.55º39.29%65.88%-
XYZ23.6118.9116.59-
YUV122.42119.87160.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=44.44%
G=26.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810210800.390.360.34354.5527.552.94
HexA8666C02724221631c35
Octal25014615404744425433465
Binary1010100011001101101100010011110010010001010110001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8666C; }

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

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

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

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

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

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

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

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