#A66173

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

Shades of Turkish Rose #A66173

Tints of Turkish Rose #A66173

Color information

#A66173 (or 0xA66173) is unknown color: approx Turkish Rose. HEX triplet: A6, 61 and 73. RGB value is (166,97,115). Sum of RGB (Red+Green+Blue) = 166+97+115=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A66173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66173 is #599E8C. Grayscale: #777777. Windows color (decimal): -5873293 or 7561638. OLE color: 7561638.

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

Color convert

RGB16697115-
CMYK00.420.310.35
HSL344.35º27.94%51.57%-
HSV(B)344.35º41.57%65.1%-
XYZ23.117.8918.46-
YUV119.68125.36161.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=43.92%
G=25.66%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669711500.420.310.35344.3527.9451.57
HexA6617302A1F231581c34
Octal24614116305237435303464
Binary101001101100001111001101010101111110001110101100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66173; }

 p { color: rgb(166,97,115); }

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

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

 a { background-color: rgb(166,97,115); }

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

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

 span { border-color: rgb(166,97,115); }

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