#A66061

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

Shades of Turkish Rose #A66061

Tints of Turkish Rose #A66061

Color information

#A66061 (or 0xA66061) is unknown color: approx Turkish Rose. HEX triplet: A6, 60 and 61. RGB value is (166,96,97). Sum of RGB (Red+Green+Blue) = 166+96+97=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A66061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66061 is #599F9E. Grayscale: #757575. Windows color (decimal): -5873567 or 6381734. OLE color: 6381734.

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

Color convert

RGB1669697-
CMYK00.420.420.35
HSL359.14º28.23%51.37%-
HSV(B)359.14º42.17%65.1%-
XYZ22.0717.3413.49-
YUV117.04116.69162.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=46.24%
G=26.74%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166969700.420.420.35359.1428.2351.37
HexA6606102A2A231671c33
Octal24614014105252435473463
Binary1010011011000001100001010101010101010001110110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66061; }

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

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

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

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

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

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

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

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