#A46277

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

Shades of Turkish Rose #A46277

Tints of Turkish Rose #A46277

Color information

#A46277 (or 0xA46277) is unknown color: approx Turkish Rose. HEX triplet: A4, 62 and 77. RGB value is (164,98,119). Sum of RGB (Red+Green+Blue) = 164+98+119=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46277 is #5B9D88. Grayscale: #787878. Windows color (decimal): -6004105 or 7824036. OLE color: 7824036.

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

Color convert

RGB16498119-
CMYK00.400.270.36
HSL340.91º26.61%51.37%-
HSV(B)340.91º40.24%64.31%-
XYZ23.0117.9619.71-
YUV120.13127.37159.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=43.04%
G=25.72%
B=31.23%

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
Decimal1649811900.400.270.36340.9126.6151.37
HexA462770281B241551b33
Octal24414216705033445253363
Binary101001001100010111011101010001101110010010101010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46277; }

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

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

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

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

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

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

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

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