#A66175

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

Shades of Turkish Rose #A66175

Tints of Turkish Rose #A66175

Color information

#A66175 (or 0xA66175) is unknown color: approx Turkish Rose. HEX triplet: A6, 61 and 75. RGB value is (166,97,117). Sum of RGB (Red+Green+Blue) = 166+97+117=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A66175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66175 is #599E8A. Grayscale: #777777. Windows color (decimal): -5873291 or 7692710. OLE color: 7692710.

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

Color convert

RGB16697117-
CMYK00.420.300.35
HSL342.61º27.94%51.57%-
HSV(B)342.61º41.57%65.1%-
XYZ23.2117.9419.07-
YUV119.91126.36160.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=43.68%
G=25.53%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669711700.420.300.35342.6127.9451.57
HexA6617502A1E231571c34
Octal24614116505236435273464
Binary101001101100001111010101010101111010001110101011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66175; }

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

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

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

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

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

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

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

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