#A76F7B

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

Shades of Turkish Rose #A76F7B

Tints of Turkish Rose #A76F7B

Color information

#A76F7B (or 0xA76F7B) is unknown color: approx Turkish Rose. HEX triplet: A7, 6F and 7B. RGB value is (167,111,123). Sum of RGB (Red+Green+Blue) = 167+111+123=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F7B is #589084. Grayscale: #818181. Windows color (decimal): -5804165 or 8089511. OLE color: 8089511.

HSL color Cylindrical-coordinate representation of color #A76F7B: hue angle of 347.14º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76F7B is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB167111123-
CMYK00.340.260.35
HSL347.14º24.14%54.51%-
HSV(B)347.14º33.53%65.49%-
XYZ25.221.0121.47-
YUV129.11124.55155.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=41.65%
G=27.68%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711112300.340.260.35347.1424.1454.51
HexA76F7B0221A2315b1837
Octal24715717304232435333067
Binary101001111101111111101101000101101010001110101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76F7B; }

 p { color: rgb(167,111,123); }

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

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

 a { background-color: rgb(167,111,123); }

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

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

 span { border-color: rgb(167,111,123); }

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