#A07377

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

Shades of Turkish Rose #A07377

Tints of Turkish Rose #A07377

Color information

#A07377 (or 0xA07377) is unknown color: approx Turkish Rose. HEX triplet: A0, 73 and 77. RGB value is (160,115,119). Sum of RGB (Red+Green+Blue) = 160+115+119=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A07377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07377 is #5F8C88. Grayscale: #808080. Windows color (decimal): -6261897 or 7828384. OLE color: 7828384.

HSL color Cylindrical-coordinate representation of color #A07377: hue angle of 354.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07377 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB160115119-
CMYK00.280.260.37
HSL354.67º19.15%53.92%-
HSV(B)354.67º28.12%62.75%-
XYZ23.9621.0720.26-
YUV128.91122.41150.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=40.61%
G=29.19%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011511900.280.260.37354.6719.1553.92
HexA0737701C1A251631336
Octal24016316703432455432366
Binary10100000111001111101110111001101010010110110001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07377; }

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

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

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

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

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

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

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

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