#A8666F

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

Shades of Turkish Rose #A8666F

Tints of Turkish Rose #A8666F

Color information

#A8666F (or 0xA8666F) is unknown color: approx Turkish Rose. HEX triplet: A8, 66 and 6F. RGB value is (168,102,111). Sum of RGB (Red+Green+Blue) = 168+102+111=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8666F is #579990. Grayscale: #7A7A7A. Windows color (decimal): -5740945 or 7300776. OLE color: 7300776.

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

Color convert

RGB168102111-
CMYK00.390.340.34
HSL351.82º27.5%52.94%-
HSV(B)351.82º39.29%65.88%-
XYZ23.7718.9817.45-
YUV122.76121.37160.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=44.09%
G=26.77%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810211100.390.340.34351.8227.552.94
HexA8666F02722221601c35
Octal25014615704742425403465
Binary1010100011001101101111010011110001010001010110000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8666F; }

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

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

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

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

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

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

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

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