#A77377

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

Shades of Turkish Rose #A77377

Tints of Turkish Rose #A77377

Color information

#A77377 (or 0xA77377) is unknown color: approx Turkish Rose. HEX triplet: A7, 73 and 77. RGB value is (167,115,119). Sum of RGB (Red+Green+Blue) = 167+115+119=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A77377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77377 is #588C88. Grayscale: #838383. Windows color (decimal): -5803145 or 7828391. OLE color: 7828391.

HSL color Cylindrical-coordinate representation of color #A77377: hue angle of 355.38º degrees, saturation: 0.23, 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 #A77377 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167115119-
CMYK00.310.290.35
HSL355.38º22.81%55.29%-
HSV(B)355.38º31.14%65.49%-
XYZ25.421.8120.32-
YUV131121.23153.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=41.65%
G=28.68%
B=29.68%

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
Decimal16711511900.310.290.35355.3822.8155.29
HexA7737701F1D231631737
Octal24716316703735435432767
Binary10100111111001111101110111111110110001110110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77377; }

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

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

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

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

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

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

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

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