#A17376

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

Shades of Turkish Rose #A17376

Tints of Turkish Rose #A17376

Color information

#A17376 (or 0xA17376) is unknown color: approx Turkish Rose. HEX triplet: A1, 73 and 76. RGB value is (161,115,118). Sum of RGB (Red+Green+Blue) = 161+115+118=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A17376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17376 is #5E8C89. Grayscale: #818181. Windows color (decimal): -6196362 or 7762849. OLE color: 7762849.

HSL color Cylindrical-coordinate representation of color #A17376: hue angle of 356.09º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17376 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB161115118-
CMYK00.290.270.37
HSL356.09º19.66%54.12%-
HSV(B)356.09º28.57%63.14%-
XYZ24.121.1519.95-
YUV129.1121.74150.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=40.86%
G=29.19%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111511800.290.270.37356.0919.6654.12
HexA1737601D1B251641436
Octal24116316603533455442466
Binary10100001111001111101100111011101110010110110010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17376; }

 p { color: rgb(161,115,118); }

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

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

 a { background-color: rgb(161,115,118); }

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

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

 span { border-color: rgb(161,115,118); }

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