#A66078

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

Shades of Turkish Rose #A66078

Tints of Turkish Rose #A66078

Color information

#A66078 (or 0xA66078) is unknown color: approx Turkish Rose. HEX triplet: A6, 60 and 78. RGB value is (166,96,120). Sum of RGB (Red+Green+Blue) = 166+96+120=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A66078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66078 is #599F87. Grayscale: #777777. Windows color (decimal): -5873544 or 7889062. OLE color: 7889062.

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

Color convert

RGB16696120-
CMYK00.420.280.35
HSL339.43º28.23%51.37%-
HSV(B)339.43º42.17%65.1%-
XYZ23.317.8319.98-
YUV119.67128.19161.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=43.46%
G=25.13%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669612000.420.280.35339.4328.2351.37
HexA6607802A1C231531c33
Octal24614017005234435233463
Binary101001101100000111100001010101110010001110101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66078; }

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

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

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

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

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

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

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

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