#A66572

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

Shades of Turkish Rose #A66572

Tints of Turkish Rose #A66572

Color information

#A66572 (or 0xA66572) is unknown color: approx Turkish Rose. HEX triplet: A6, 65 and 72. RGB value is (166,101,114). Sum of RGB (Red+Green+Blue) = 166+101+114=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A66572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66572 is #599A8D. Grayscale: #797979. Windows color (decimal): -5872270 or 7497126. OLE color: 7497126.

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

Color convert

RGB166101114-
CMYK00.390.310.35
HSL348º26.75%52.35%-
HSV(B)348º39.16%65.1%-
XYZ23.4218.6318.28-
YUV121.92123.53159.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=43.57%
G=26.51%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610111400.390.310.3534826.7552.35
HexA665720271F2315c1b34
Octal24614516204737435343364
Binary101001101100101111001001001111111110001110101110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66572; }

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

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

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

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

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

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

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

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