#A66379

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

Shades of Turkish Rose #A66379

Tints of Turkish Rose #A66379

Color information

#A66379 (or 0xA66379) is unknown color: approx Turkish Rose. HEX triplet: A6, 63 and 79. RGB value is (166,99,121). Sum of RGB (Red+Green+Blue) = 166+99+121=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A66379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66379 is #599C86. Grayscale: #797979. Windows color (decimal): -5872775 or 7955366. OLE color: 7955366.

HSL color Cylindrical-coordinate representation of color #A66379: hue angle of 340.3º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66379 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16699121-
CMYK00.400.270.35
HSL340.3º27.35%51.96%-
HSV(B)340.3º40.36%65.1%-
XYZ23.6418.4120.4-
YUV121.54127.7159.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=43.01%
G=25.65%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669912100.400.270.35340.327.3551.96
HexA663790281B231541b34
Octal24614317105033435243364
Binary101001101100011111100101010001101110001110101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66379; }

 p { color: rgb(166,99,121); }

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

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

 a { background-color: rgb(166,99,121); }

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

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

 span { border-color: rgb(166,99,121); }

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