#A76C70

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

Shades of Turkish Rose #A76C70

Tints of Turkish Rose #A76C70

Color information

#A76C70 (or 0xA76C70) is unknown color: approx Turkish Rose. HEX triplet: A7, 6C and 70. RGB value is (167,108,112). Sum of RGB (Red+Green+Blue) = 167+108+112=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C70 is #58938F. Grayscale: #7E7E7E. Windows color (decimal): -5804944 or 7367847. OLE color: 7367847.

HSL color Cylindrical-coordinate representation of color #A76C70: hue angle of 355.93º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A76C70 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167108112-
CMYK00.350.330.35
HSL355.93º25.11%53.92%-
HSV(B)355.93º35.33%65.49%-
XYZ24.2220.1117.93-
YUV126.1120.05157.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=43.15%
G=27.91%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710811200.350.330.35355.9325.1153.92
HexA76C7002321231641936
Octal24715416004341435443166
Binary1010011111011001110000010001110000110001110110010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C70; }

 p { color: rgb(167,108,112); }

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

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

 a { background-color: rgb(167,108,112); }

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

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

 span { border-color: rgb(167,108,112); }

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