#A77477

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

Shades of Turkish Rose #A77477

Tints of Turkish Rose #A77477

Color information

#A77477 (or 0xA77477) is unknown color: approx Turkish Rose. HEX triplet: A7, 74 and 77. RGB value is (167,116,119). Sum of RGB (Red+Green+Blue) = 167+116+119=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A77477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77477 is #588B88. Grayscale: #838383. Windows color (decimal): -5802889 or 7828647. OLE color: 7828647.

HSL color Cylindrical-coordinate representation of color #A77477: hue angle of 356.47º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77477 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167116119-
CMYK00.310.290.35
HSL356.47º22.47%55.49%-
HSV(B)356.47º30.54%65.49%-
XYZ25.5122.0420.36-
YUV131.59120.9153.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=41.54%
G=28.86%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711611900.310.290.35356.4722.4755.49
HexA7747701F1D231641637
Octal24716416703735435442667
Binary10100111111010011101110111111110110001110110010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77477; }

 p { color: rgb(167,116,119); }

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

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

 a { background-color: rgb(167,116,119); }

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

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

 span { border-color: rgb(167,116,119); }

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