#A37F82

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

Shades of Turkish Rose #A37F82

Tints of Turkish Rose #A37F82

Color information

#A37F82 (or 0xA37F82) is unknown color: approx Turkish Rose. HEX triplet: A3, 7F and 82. RGB value is (163,127,130). Sum of RGB (Red+Green+Blue) = 163+127+130=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37F82 is #5C807D. Grayscale: #8A8A8A. Windows color (decimal): -6062206 or 8552355. OLE color: 8552355.

HSL color Cylindrical-coordinate representation of color #A37F82: hue angle of 355º 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 #A37F82 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163127130-
CMYK00.220.200.36
HSL355º16.36%56.86%-
HSV(B)355º22.09%63.92%-
XYZ26.7224.5824.45-
YUV138.11123.43145.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=38.81%
G=30.24%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312713000.220.200.3635516.3656.86
HexA37F8201614241631039
Octal24317720202624445432071
Binary101000111111111100000100101101010010010010110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F82; }

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

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

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

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

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

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

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

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