#A37681

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

Shades of Turkish Rose #A37681

Tints of Turkish Rose #A37681

Color information

#A37681 (or 0xA37681) is unknown color: approx Turkish Rose. HEX triplet: A3, 76 and 81. RGB value is (163,118,129). Sum of RGB (Red+Green+Blue) = 163+118+129=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A37681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37681 is #5C897E. Grayscale: #848484. Windows color (decimal): -6064511 or 8484515. OLE color: 8484515.

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

Color convert

RGB163118129-
CMYK00.280.210.36
HSL345.33º19.65%55.1%-
HSV(B)345.33º27.61%63.92%-
XYZ25.5522.3323.73-
YUV132.71125.91149.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=39.76%
G=28.78%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311812900.280.210.36345.3319.6555.1
HexA3768101C15241591437
Octal24316620103425445312467
Binary101000111110110100000010111001010110010010101100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37681; }

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

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

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

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

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

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

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

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