#A46177

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

Shades of Turkish Rose #A46177

Tints of Turkish Rose #A46177

Color information

#A46177 (or 0xA46177) is unknown color: approx Turkish Rose. HEX triplet: A4, 61 and 77. RGB value is (164,97,119). Sum of RGB (Red+Green+Blue) = 164+97+119=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A46177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46177 is #5B9E88. Grayscale: #777777. Windows color (decimal): -6004361 or 7823780. OLE color: 7823780.

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

Color convert

RGB16497119-
CMYK00.410.270.36
HSL340.3º26.91%51.18%-
HSV(B)340.3º40.85%64.31%-
XYZ22.9117.7719.68-
YUV119.54127.7159.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=43.16%
G=25.53%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649711900.410.270.36340.326.9151.18
HexA461770291B241541b33
Octal24414116705133445243363
Binary101001001100001111011101010011101110010010101010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46177; }

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

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

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

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

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

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

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

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