#A76373

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

Shades of Turkish Rose #A76373

Tints of Turkish Rose #A76373

Color information

#A76373 (or 0xA76373) is unknown color: approx Turkish Rose. HEX triplet: A7, 63 and 73. RGB value is (167,99,115). Sum of RGB (Red+Green+Blue) = 167+99+115=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A76373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76373 is #589C8C. Grayscale: #797979. Windows color (decimal): -5807245 or 7562151. OLE color: 7562151.

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

Color convert

RGB16799115-
CMYK00.410.310.35
HSL345.88º27.87%52.16%-
HSV(B)345.88º40.72%65.49%-
XYZ23.4918.3818.53-
YUV121.16124.53160.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=43.83%
G=25.98%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679911500.410.310.35345.8827.8752.16
HexA763730291F2315a1c34
Octal24714316305137435323464
Binary101001111100011111001101010011111110001110101101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76373; }

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

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

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

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

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

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

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

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