#A77478

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

Shades of Turkish Rose #A77478

Tints of Turkish Rose #A77478

Color information

#A77478 (or 0xA77478) is unknown color: approx Turkish Rose. HEX triplet: A7, 74 and 78. RGB value is (167,116,120). Sum of RGB (Red+Green+Blue) = 167+116+120=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A77478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77478 is #588B87. Grayscale: #838383. Windows color (decimal): -5802888 or 7894183. OLE color: 7894183.

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

Color convert

RGB167116120-
CMYK00.310.280.35
HSL355.29º22.47%55.49%-
HSV(B)355.29º30.54%65.49%-
XYZ25.5722.0620.68-
YUV131.71121.4153.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=41.44%
G=28.78%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711612000.310.280.35355.2922.4755.49
HexA7747801F1C231631637
Octal24716417003734435432667
Binary10100111111010011110000111111110010001110110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77478; }

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

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

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

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

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

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

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

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