#A66775

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

Shades of Turkish Rose #A66775

Tints of Turkish Rose #A66775

Color information

#A66775 (or 0xA66775) is unknown color: approx Turkish Rose. HEX triplet: A6, 67 and 75. RGB value is (166,103,117). Sum of RGB (Red+Green+Blue) = 166+103+117=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A66775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66775 is #59988A. Grayscale: #7B7B7B. Windows color (decimal): -5871755 or 7694246. OLE color: 7694246.

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

Color convert

RGB166103117-
CMYK00.380.300.35
HSL346.67º26.14%52.75%-
HSV(B)346.67º37.95%65.1%-
XYZ23.7919.0919.26-
YUV123.43124.37158.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=43.01%
G=26.68%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610311700.380.300.35346.6726.1452.75
HexA667750261E2315b1a35
Octal24614716504636435333265
Binary101001101100111111010101001101111010001110101101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66775; }

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

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

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

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

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

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

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

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