#A37A81

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

Shades of Turkish Rose #A37A81

Tints of Turkish Rose #A37A81

Color information

#A37A81 (or 0xA37A81) is unknown color: approx Turkish Rose. HEX triplet: A3, 7A and 81. RGB value is (163,122,129). Sum of RGB (Red+Green+Blue) = 163+122+129=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A81 is #5C857E. Grayscale: #878787. Windows color (decimal): -6063487 or 8485539. OLE color: 8485539.

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

Color convert

RGB163122129-
CMYK00.250.210.36
HSL349.76º18.22%55.88%-
HSV(B)349.76º25.15%63.92%-
XYZ26.0323.2923.89-
YUV135.06124.58147.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=39.37%
G=29.47%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312212900.250.210.36349.7618.2255.88
HexA37A81019152415e1238
Octal24317220103125445362270
Binary101000111111010100000010110011010110010010101111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A81; }

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

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

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

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

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

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

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

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