#A6667A

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

Shades of Turkish Rose #A6667A

Tints of Turkish Rose #A6667A

Color information

#A6667A (or 0xA6667A) is unknown color: approx Turkish Rose. HEX triplet: A6, 66 and 7A. RGB value is (166,102,122). Sum of RGB (Red+Green+Blue) = 166+102+122=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6667A is #599985. Grayscale: #7B7B7B. Windows color (decimal): -5872006 or 8021670. OLE color: 8021670.

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

Color convert

RGB166102122-
CMYK00.390.270.35
HSL341.25º26.45%52.55%-
HSV(B)341.25º38.55%65.1%-
XYZ23.9919.0120.82-
YUV123.42127.2158.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=42.56%
G=26.15%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610212200.390.270.35341.2526.4552.55
HexA6667A0271B231551a35
Octal24614617204733435253265
Binary101001101100110111101001001111101110001110101010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6667A; }

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

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

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

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

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

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

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

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