#A7707D

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

Shades of Turkish Rose #A7707D

Tints of Turkish Rose #A7707D

Color information

#A7707D (or 0xA7707D) is unknown color: approx Turkish Rose. HEX triplet: A7, 70 and 7D. RGB value is (167,112,125). Sum of RGB (Red+Green+Blue) = 167+112+125=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A7707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7707D is #588F82. Grayscale: #818181. Windows color (decimal): -5803907 or 8220839. OLE color: 8220839.

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

Color convert

RGB167112125-
CMYK00.330.250.35
HSL345.82º23.81%54.71%-
HSV(B)345.82º32.93%65.49%-
XYZ25.4321.2822.17-
YUV129.93125.22154.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=41.34%
G=27.72%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711212500.330.250.35345.8223.8154.71
HexA7707D021192315a1837
Octal24716017504131435323067
Binary101001111110000111110101000011100110001110101101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7707D; }

 p { color: rgb(167,112,125); }

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

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

 a { background-color: rgb(167,112,125); }

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

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

 span { border-color: rgb(167,112,125); }

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