#A66773

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

Shades of Turkish Rose #A66773

Tints of Turkish Rose #A66773

Color information

#A66773 (or 0xA66773) is unknown color: approx Turkish Rose. HEX triplet: A6, 67 and 73. RGB value is (166,103,115). Sum of RGB (Red+Green+Blue) = 166+103+115=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A66773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66773 is #59988C. Grayscale: #7B7B7B. Windows color (decimal): -5871757 or 7563174. OLE color: 7563174.

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

Color convert

RGB166103115-
CMYK00.380.310.35
HSL348.57º26.14%52.75%-
HSV(B)348.57º37.95%65.1%-
XYZ23.6719.0518.65-
YUV123.2123.37158.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=43.23%
G=26.82%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610311500.380.310.35348.5726.1452.75
HexA667730261F2315d1a35
Octal24614716304637435353265
Binary101001101100111111001101001101111110001110101110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66773; }

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

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

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

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

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

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

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

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