#A37C80

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

Shades of Turkish Rose #A37C80

Tints of Turkish Rose #A37C80

Color information

#A37C80 (or 0xA37C80) is unknown color: approx Turkish Rose. HEX triplet: A3, 7C and 80. RGB value is (163,124,128). Sum of RGB (Red+Green+Blue) = 163+124+128=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37C80 is #5C837F. Grayscale: #888888. Windows color (decimal): -6062976 or 8420515. OLE color: 8420515.

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

Color convert

RGB163124128-
CMYK00.240.210.36
HSL353.85º17.49%56.27%-
HSV(B)353.85º23.93%63.92%-
XYZ26.2123.7623.63-
YUV136.12123.42147.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 128 (50.39% from 255) = 30.84%
R=39.28%
G=29.88%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312412800.240.210.36353.8517.4956.27
HexA37C8001815241621138
Octal24317420003025445422170
Binary101000111111100100000000110001010110010010110001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37C80; }

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

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

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

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

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

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

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

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