#A7676D

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

Shades of Turkish Rose #A7676D

Tints of Turkish Rose #A7676D

Color information

#A7676D (or 0xA7676D) is unknown color: approx Turkish Rose. HEX triplet: A7, 67 and 6D. RGB value is (167,103,109). Sum of RGB (Red+Green+Blue) = 167+103+109=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A7676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7676D is #589892. Grayscale: #7A7A7A. Windows color (decimal): -5806227 or 7169959. OLE color: 7169959.

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

Color convert

RGB167103109-
CMYK00.380.350.35
HSL354.38º26.67%52.94%-
HSV(B)354.38º38.32%65.49%-
XYZ23.5519.0216.9-
YUV122.82120.2159.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=44.06%
G=27.18%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710310900.380.350.35354.3826.6752.94
HexA7676D02623231621b35
Octal24714715504643435423365
Binary1010011111001111101101010011010001110001110110001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7676D; }

 p { color: rgb(167,103,109); }

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

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

 a { background-color: rgb(167,103,109); }

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

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

 span { border-color: rgb(167,103,109); }

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