#A6657A

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

Shades of Turkish Rose #A6657A

Tints of Turkish Rose #A6657A

Color information

#A6657A (or 0xA6657A) is unknown color: approx Turkish Rose. HEX triplet: A6, 65 and 7A. RGB value is (166,101,122). Sum of RGB (Red+Green+Blue) = 166+101+122=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6657A is #599A85. Grayscale: #7A7A7A. Windows color (decimal): -5872262 or 8021414. OLE color: 8021414.

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

Color convert

RGB166101122-
CMYK00.390.270.35
HSL340.62º26.75%52.35%-
HSV(B)340.62º39.16%65.1%-
XYZ23.8918.8220.79-
YUV122.83127.53158.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=42.67%
G=25.96%
B=31.36%

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
Decimal16610112200.390.270.35340.6226.7552.35
HexA6657A0271B231551b34
Octal24614517204733435253364
Binary101001101100101111101001001111101110001110101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6657A; }

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

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

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

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

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

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

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

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