#A66270

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

Shades of Turkish Rose #A66270

Tints of Turkish Rose #A66270

Color information

#A66270 (or 0xA66270) is unknown color: approx Turkish Rose. HEX triplet: A6, 62 and 70. RGB value is (166,98,112). Sum of RGB (Red+Green+Blue) = 166+98+112=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A66270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66270 is #599D8F. Grayscale: #777777. Windows color (decimal): -5873040 or 7365286. OLE color: 7365286.

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

Color convert

RGB16698112-
CMYK00.410.330.35
HSL347.65º27.64%51.76%-
HSV(B)347.65º40.96%65.1%-
XYZ23.0218.0117.59-
YUV119.93123.53160.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=44.15%
G=26.06%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669811200.410.330.35347.6527.6451.76
HexA66270029212315c1c34
Octal24614216005141435343464
Binary1010011011000101110000010100110000110001110101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66270; }

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

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

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

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

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

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

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

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