#A66972

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

Shades of Turkish Rose #A66972

Tints of Turkish Rose #A66972

Color information

#A66972 (or 0xA66972) is unknown color: approx Turkish Rose. HEX triplet: A6, 69 and 72. RGB value is (166,105,114). Sum of RGB (Red+Green+Blue) = 166+105+114=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A66972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66972 is #59968D. Grayscale: #7C7C7C. Windows color (decimal): -5871246 or 7498150. OLE color: 7498150.

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

Color convert

RGB166105114-
CMYK00.370.310.35
HSL351.15º25.52%53.14%-
HSV(B)351.15º36.75%65.1%-
XYZ23.8119.4318.41-
YUV124.26122.21157.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=43.12%
G=27.27%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610511400.370.310.35351.1525.5253.14
HexA669720251F2315f1a35
Octal24615116204537435373265
Binary101001101101001111001001001011111110001110101111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66972; }

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

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

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

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

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

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

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

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