#A66670

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

Shades of Turkish Rose #A66670

Tints of Turkish Rose #A66670

Color information

#A66670 (or 0xA66670) is unknown color: approx Turkish Rose. HEX triplet: A6, 66 and 70. RGB value is (166,102,112). Sum of RGB (Red+Green+Blue) = 166+102+112=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A66670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66670 is #59998F. Grayscale: #7A7A7A. Windows color (decimal): -5872016 or 7366310. OLE color: 7366310.

HSL color Cylindrical-coordinate representation of color #A66670: hue angle of 350.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66670 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166102112-
CMYK00.390.330.35
HSL350.62º26.45%52.55%-
HSV(B)350.62º38.55%65.1%-
XYZ23.418.7817.72-
YUV122.28122.2159.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=43.68%
G=26.84%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610211200.390.330.35350.6226.4552.55
HexA66670027212315f1a35
Octal24614616004741435373265
Binary1010011011001101110000010011110000110001110101111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66670; }

 p { color: rgb(166,102,112); }

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

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

 a { background-color: rgb(166,102,112); }

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

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

 span { border-color: rgb(166,102,112); }

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