#A37E81

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

Shades of Turkish Rose #A37E81

Tints of Turkish Rose #A37E81

Color information

#A37E81 (or 0xA37E81) is unknown color: approx Turkish Rose. HEX triplet: A3, 7E and 81. RGB value is (163,126,129). Sum of RGB (Red+Green+Blue) = 163+126+129=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37E81 is #5C817E. Grayscale: #898989. Windows color (decimal): -6062463 or 8486563. OLE color: 8486563.

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

Color convert

RGB163126129-
CMYK00.230.210.36
HSL355.14º16.74%56.67%-
HSV(B)355.14º22.7%63.92%-
XYZ26.5324.2924.06-
YUV137.4123.26146.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=39.00%
G=30.14%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312612900.230.210.36355.1416.7456.67
HexA37E8101715241631139
Octal24317620102725445432171
Binary101000111111110100000010101111010110010010110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E81; }

 p { color: rgb(163,126,129); }

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

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

 a { background-color: rgb(163,126,129); }

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

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

 span { border-color: rgb(163,126,129); }

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