#A66973

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

Shades of Turkish Rose #A66973

Tints of Turkish Rose #A66973

Color information

#A66973 (or 0xA66973) is unknown color: approx Turkish Rose. HEX triplet: A6, 69 and 73. RGB value is (166,105,115). Sum of RGB (Red+Green+Blue) = 166+105+115=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A66973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66973 is #59968C. Grayscale: #7C7C7C. Windows color (decimal): -5871245 or 7563686. OLE color: 7563686.

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

Color convert

RGB166105115-
CMYK00.370.310.35
HSL350.16º25.52%53.14%-
HSV(B)350.16º36.75%65.1%-
XYZ23.8719.4518.72-
YUV124.38122.71157.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=43.01%
G=27.20%
B=29.79%

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
Decimal16610511500.370.310.35350.1625.5253.14
HexA669730251F2315e1a35
Octal24615116304537435363265
Binary101001101101001111001101001011111110001110101111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66973; }

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

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

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

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

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

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

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

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