#A37F80

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

Shades of Turkish Rose #A37F80

Tints of Turkish Rose #A37F80

Color information

#A37F80 (or 0xA37F80) is unknown color: approx Turkish Rose. HEX triplet: A3, 7F and 80. RGB value is (163,127,128). Sum of RGB (Red+Green+Blue) = 163+127+128=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F80 is #5C807F. Grayscale: #898989. Windows color (decimal): -6062208 or 8421283. OLE color: 8421283.

HSL color Cylindrical-coordinate representation of color #A37F80: hue angle of 358.33º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A37F80 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB163127128-
CMYK00.220.210.36
HSL358.33º16.36%56.86%-
HSV(B)358.33º22.09%63.92%-
XYZ26.5924.5223.75-
YUV137.88122.43145.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=39.00%
G=30.38%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312712800.220.210.36358.3316.3656.86
HexA37F8001615241661039
Octal24317720002625445462071
Binary101000111111111100000000101101010110010010110011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F80; }

 p { color: rgb(163,127,128); }

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

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

 a { background-color: rgb(163,127,128); }

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

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

 span { border-color: rgb(163,127,128); }

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