#A37076

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

Shades of Turkish Rose #A37076

Tints of Turkish Rose #A37076

Color information

#A37076 (or 0xA37076) is unknown color: approx Turkish Rose. HEX triplet: A3, 70 and 76. RGB value is (163,112,118). Sum of RGB (Red+Green+Blue) = 163+112+118=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A37076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37076 is #5C8F89. Grayscale: #7F7F7F. Windows color (decimal): -6066058 or 7762083. OLE color: 7762083.

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

Color convert

RGB163112118-
CMYK00.310.280.36
HSL352.94º21.7%53.92%-
HSV(B)352.94º31.29%63.92%-
XYZ24.1720.6819.86-
YUV127.93122.4153.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=41.48%
G=28.50%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311211800.310.280.36352.9421.753.92
HexA3707601F1C241611636
Octal24316016603734445412666
Binary10100011111000011101100111111110010010010110000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37076; }

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

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

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

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

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

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

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

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