#A8666E

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

Shades of Turkish Rose #A8666E

Tints of Turkish Rose #A8666E

Color information

#A8666E (or 0xA8666E) is unknown color: approx Turkish Rose. HEX triplet: A8, 66 and 6E. RGB value is (168,102,110). Sum of RGB (Red+Green+Blue) = 168+102+110=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8666E is #579991. Grayscale: #7A7A7A. Windows color (decimal): -5740946 or 7235240. OLE color: 7235240.

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

Color convert

RGB168102110-
CMYK00.390.350.34
HSL352.73º27.5%52.94%-
HSV(B)352.73º39.29%65.88%-
XYZ23.7118.9517.16-
YUV122.65120.87160.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=44.21%
G=26.84%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810211000.390.350.34352.7327.552.94
HexA8666E02723221611c35
Octal25014615604743425413465
Binary1010100011001101101110010011110001110001010110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8666E; }

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

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

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

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

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

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

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

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