#A46878

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

Shades of Turkish Rose #A46878

Tints of Turkish Rose #A46878

Color information

#A46878 (or 0xA46878) is unknown color: approx Turkish Rose. HEX triplet: A4, 68 and 78. RGB value is (164,104,120). Sum of RGB (Red+Green+Blue) = 164+104+120=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A46878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46878 is #5B9787. Grayscale: #7B7B7B. Windows color (decimal): -6002568 or 7891108. OLE color: 7891108.

HSL color Cylindrical-coordinate representation of color #A46878: hue angle of 344º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46878 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164104120-
CMYK00.370.270.36
HSL344º24.79%52.55%-
HSV(B)344º36.59%64.31%-
XYZ23.6519.1520.22-
YUV123.76125.88156.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=42.27%
G=26.80%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410412000.370.270.3634424.7952.55
HexA468780251B241581935
Octal24415017004533445303165
Binary101001001101000111100001001011101110010010101100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46878; }

 p { color: rgb(164,104,120); }

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

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

 a { background-color: rgb(164,104,120); }

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

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

 span { border-color: rgb(164,104,120); }

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