#A66065

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

Shades of Turkish Rose #A66065

Tints of Turkish Rose #A66065

Color information

#A66065 (or 0xA66065) is unknown color: approx Turkish Rose. HEX triplet: A6, 60 and 65. RGB value is (166,96,101). Sum of RGB (Red+Green+Blue) = 166+96+101=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A66065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66065 is #599F9A. Grayscale: #757575. Windows color (decimal): -5873563 or 6643878. OLE color: 6643878.

HSL color Cylindrical-coordinate representation of color #A66065: hue angle of 355.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66065 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16696101-
CMYK00.420.390.35
HSL355.71º28.23%51.37%-
HSV(B)355.71º42.17%65.1%-
XYZ22.2617.4114.5-
YUV117.5118.69162.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=45.73%
G=26.45%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669610100.420.390.35355.7128.2351.37
HexA6606502A27231641c33
Octal24614014505247435443463
Binary1010011011000001100101010101010011110001110110010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66065; }

 p { color: rgb(166,96,101); }

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

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

 a { background-color: rgb(166,96,101); }

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

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

 span { border-color: rgb(166,96,101); }

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