#A46677

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

Shades of Turkish Rose #A46677

Tints of Turkish Rose #A46677

Color information

#A46677 (or 0xA46677) is unknown color: approx Turkish Rose. HEX triplet: A4, 66 and 77. RGB value is (164,102,119). Sum of RGB (Red+Green+Blue) = 164+102+119=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A46677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46677 is #5B9988. Grayscale: #7A7A7A. Windows color (decimal): -6003081 or 7825060. OLE color: 7825060.

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

Color convert

RGB164102119-
CMYK00.380.270.36
HSL343.55º25.41%52.16%-
HSV(B)343.55º37.8%64.31%-
XYZ23.3918.7319.83-
YUV122.48126.04157.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=42.60%
G=26.49%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410211900.380.270.36343.5525.4152.16
HexA466770261B241581934
Octal24414616704633445303164
Binary101001001100110111011101001101101110010010101100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46677; }

 p { color: rgb(164,102,119); }

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

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

 a { background-color: rgb(164,102,119); }

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

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

 span { border-color: rgb(164,102,119); }

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