#A76377

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

Shades of Turkish Rose #A76377

Tints of Turkish Rose #A76377

Color information

#A76377 (or 0xA76377) is unknown color: approx Turkish Rose. HEX triplet: A7, 63 and 77. RGB value is (167,99,119). Sum of RGB (Red+Green+Blue) = 167+99+119=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A76377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76377 is #589C88. Grayscale: #797979. Windows color (decimal): -5807241 or 7824295. OLE color: 7824295.

HSL color Cylindrical-coordinate representation of color #A76377: hue angle of 342.35º 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 #A76377 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16799119-
CMYK00.410.290.35
HSL342.35º27.87%52.16%-
HSV(B)342.35º40.72%65.49%-
XYZ23.7318.4719.77-
YUV121.61126.53160.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=43.38%
G=25.71%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679911900.410.290.35342.3527.8752.16
HexA763770291D231561c34
Octal24714316705135435263464
Binary101001111100011111011101010011110110001110101011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76377; }

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

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

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

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

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

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

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

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