#A66D73

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

Shades of Turkish Rose #A66D73

Tints of Turkish Rose #A66D73

Color information

#A66D73 (or 0xA66D73) is unknown color: approx Turkish Rose. HEX triplet: A6, 6D and 73. RGB value is (166,109,115). Sum of RGB (Red+Green+Blue) = 166+109+115=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D73 is #59928C. Grayscale: #7E7E7E. Windows color (decimal): -5870221 or 7564710. OLE color: 7564710.

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

Color convert

RGB166109115-
CMYK00.340.310.35
HSL353.68º24.26%53.92%-
HSV(B)353.68º34.34%65.1%-
XYZ24.2920.2818.85-
YUV126.73121.38156.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=42.56%
G=27.95%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610911500.340.310.35353.6824.2653.92
HexA66D730221F231621836
Octal24615516304237435423066
Binary101001101101101111001101000101111110001110110001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D73; }

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

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

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

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

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

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

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

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