#A46377

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

Shades of Turkish Rose #A46377

Tints of Turkish Rose #A46377

Color information

#A46377 (or 0xA46377) is unknown color: approx Turkish Rose. HEX triplet: A4, 63 and 77. RGB value is (164,99,119). Sum of RGB (Red+Green+Blue) = 164+99+119=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A46377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46377 is #5B9C88. Grayscale: #787878. Windows color (decimal): -6003849 or 7824292. OLE color: 7824292.

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

Color convert

RGB16499119-
CMYK00.400.270.36
HSL341.54º26.32%51.57%-
HSV(B)341.54º39.63%64.31%-
XYZ23.118.1519.74-
YUV120.72127.03158.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=42.93%
G=25.92%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649911900.400.270.36341.5426.3251.57
HexA463770281B241561a34
Octal24414316705033445263264
Binary101001001100011111011101010001101110010010101011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46377; }

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

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

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

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

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

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

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

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