#A76473

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

Shades of Turkish Rose #A76473

Tints of Turkish Rose #A76473

Color information

#A76473 (or 0xA76473) is unknown color: approx Turkish Rose. HEX triplet: A7, 64 and 73. RGB value is (167,100,115). Sum of RGB (Red+Green+Blue) = 167+100+115=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A76473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76473 is #589B8C. Grayscale: #797979. Windows color (decimal): -5806989 or 7562407. OLE color: 7562407.

HSL color Cylindrical-coordinate representation of color #A76473: hue angle of 346.57º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76473 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB167100115-
CMYK00.400.310.35
HSL346.57º27.57%52.35%-
HSV(B)346.57º40.12%65.49%-
XYZ23.5918.5718.56-
YUV121.74124.2160.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=43.72%
G=26.18%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710011500.400.310.35346.5727.5752.35
HexA764730281F2315b1c34
Octal24714416305037435333464
Binary101001111100100111001101010001111110001110101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76473; }

 p { color: rgb(167,100,115); }

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

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

 a { background-color: rgb(167,100,115); }

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

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

 span { border-color: rgb(167,100,115); }

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