#A7707C

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

Shades of Turkish Rose #A7707C

Tints of Turkish Rose #A7707C

Color information

#A7707C (or 0xA7707C) is unknown color: approx Turkish Rose. HEX triplet: A7, 70 and 7C. RGB value is (167,112,124). Sum of RGB (Red+Green+Blue) = 167+112+124=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A7707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7707C is #588F83. Grayscale: #818181. Windows color (decimal): -5803908 or 8155303. OLE color: 8155303.

HSL color Cylindrical-coordinate representation of color #A7707C: hue angle of 346.91º 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 #A7707C is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB167112124-
CMYK00.330.260.35
HSL346.91º23.81%54.71%-
HSV(B)346.91º32.93%65.49%-
XYZ25.3721.2621.84-
YUV129.81124.72154.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=41.44%
G=27.79%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711212400.330.260.35346.9123.8154.71
HexA7707C0211A2315b1837
Octal24716017404132435333067
Binary101001111110000111110001000011101010001110101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7707C; }

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

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

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

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

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

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

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

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