#A76B6D

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

Shades of Turkish Rose #A76B6D

Tints of Turkish Rose #A76B6D

Color information

#A76B6D (or 0xA76B6D) is unknown color: approx Turkish Rose. HEX triplet: A7, 6B and 6D. RGB value is (167,107,109). Sum of RGB (Red+Green+Blue) = 167+107+109=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B6D is #589492. Grayscale: #7D7D7D. Windows color (decimal): -5805203 or 7170983. OLE color: 7170983.

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

Color convert

RGB167107109-
CMYK00.360.350.35
HSL358º25.42%53.73%-
HSV(B)358º35.93%65.49%-
XYZ23.9519.8417.03-
YUV125.17118.88157.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=43.60%
G=27.94%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710710900.360.350.3535825.4253.73
HexA76B6D02423231661936
Octal24715315504443435463166
Binary1010011111010111101101010010010001110001110110011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B6D; }

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

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

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

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

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

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

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

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