#A66873

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

Shades of Turkish Rose #A66873

Tints of Turkish Rose #A66873

Color information

#A66873 (or 0xA66873) is unknown color: approx Turkish Rose. HEX triplet: A6, 68 and 73. RGB value is (166,104,115). Sum of RGB (Red+Green+Blue) = 166+104+115=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A66873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66873 is #59978C. Grayscale: #7B7B7B. Windows color (decimal): -5871501 or 7563430. OLE color: 7563430.

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

Color convert

RGB166104115-
CMYK00.370.310.35
HSL349.35º25.83%52.94%-
HSV(B)349.35º37.35%65.1%-
XYZ23.7719.2518.68-
YUV123.79123.04158.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=43.12%
G=27.01%
B=29.87%

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
Decimal16610411500.370.310.35349.3525.8352.94
HexA668730251F2315d1a35
Octal24615016304537435353265
Binary101001101101000111001101001011111110001110101110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66873; }

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

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

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

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

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

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

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

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