#A76671

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

Shades of Turkish Rose #A76671

Tints of Turkish Rose #A76671

Color information

#A76671 (or 0xA76671) is unknown color: approx Turkish Rose. HEX triplet: A7, 66 and 71. RGB value is (167,102,113). Sum of RGB (Red+Green+Blue) = 167+102+113=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A76671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76671 is #58998E. Grayscale: #7A7A7A. Windows color (decimal): -5806479 or 7431847. OLE color: 7431847.

HSL color Cylindrical-coordinate representation of color #A76671: hue angle of 349.85º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76671 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB167102113-
CMYK00.390.320.35
HSL349.85º26.97%52.75%-
HSV(B)349.85º38.92%65.49%-
XYZ23.6718.9118.03-
YUV122.69122.53159.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=43.72%
G=26.70%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710211300.390.320.35349.8526.9752.75
HexA76671027202315e1b35
Octal24714616104740435363365
Binary1010011111001101110001010011110000010001110101111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76671; }

 p { color: rgb(167,102,113); }

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

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

 a { background-color: rgb(167,102,113); }

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

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

 span { border-color: rgb(167,102,113); }

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